SELECT a.ID,a.Nome_en as Nome,a.Descr_en as Descr,a.Perc,a.Durata,a.ID_User FROM video as a WHERE a.Status=1 AND FIND_IN_SET(,REPLACE(REPLACE(a.Tags,"[",""),"]","")) ORDER BY a.Data DESC
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REPLACE(REPLACE(a.Tags,"[",""),"]","")) ORDER BY a.Data DESC' at line 1