hi i have a table in which m storing some data like in the following:
table => uploads
string_file and file_name
and m trying to select the string_file. the data for this column is like in the following;
ab323892,416a75f4, e732ced3 and blah blah.
and following is the query that m trying to access the dataSELECT
file_titleFROM
uploadsWHERE
stringLIKE
%ab383292%``
but i got the following error:#1054 - Unknown column '%ab383292%' in 'where clause'