select *
from folder f,uploads u
where u.id=f.folderId
and FIND_IN_SET('8', '15,9,13,27')
事前定義またはユーザー定義のpostgresql関数に相当するものを教えてください
select *
from folder f,uploads u
where u.id=f.folderId
and FIND_IN_SET('8', '15,9,13,27')
事前定義またはユーザー定義のpostgresql関数に相当するものを教えてください