Bug with FIND_IN_SET and LIMIT?

admin

Administrator
Staff member
When I do SELECT * FROM tbl_name WHERE FIND_IN_SET('value',set_col)>0 LIMIT 0,5;
directly in MySQL it works fine. When I do it in PHP it doesn't work. When I take out the LIMIT it works in PHP also.

Can anyone get this to work? What am I doing wrong here?

Thanks,
Doug
 
Back
Top