mysql FIND_IN_SET equivalent to postgresql

PHOTO EMBED

Tue Feb 02 2021 18:00:05 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira #sql

select * 
from folder f
  join uploads u ON u.id = f.folderId 
where '8' = ANY (string_to_array(some_column,','))
content_copyCOPY

https://stackoverflow.com/questions/35169412/mysql-find-in-set-equivalent-to-postgresql