In my database table I have 6 Columns id(auto),title,news,image,type I write this query.
select id,title,image
from add_news
where FIND_IN_SET('Travel','Music',type)
ORDER BY id DESC
I am getting this error
Incorrect parameter count in the call to native function 'FIND_IN_SET'