标签: postgresql csv
我想要在Postgres中使用find_in_set。
以下查询在MySQL中有效,但在PostgreSQL中无效。
select find_in_SET(12,'14,12,13,15,18,16,15,12')