小编sel*_*lva的帖子

插入到表名设置 postgresql 中的示例

Mysql查询:

如何将查询改为postgresql?

INSERT into tablename SET a=10, b=20, c=30
Run Code Online (Sandbox Code Playgroud)

postgresql

3
推荐指数
1
解决办法
4545
查看次数

mysql FIND_IN_SET相当于postgresql

select * 
from folder f,uploads u 
where u.id=f.folderId 
and FIND_IN_SET('8', '15,9,13,27')
Run Code Online (Sandbox Code Playgroud)

请告诉我相当于predefind或userdefined postgresql函数

postgresql equivalent find-in-set

1
推荐指数
2
解决办法
4927
查看次数

标签 统计

postgresql ×2

equivalent ×1

find-in-set ×1