Hi there,
I'm encountering a lil' problem when I try to do a SQL query. I wrote this:
"SELECT name FROM products WHERE description LIKE '%my_text%'";
Although I am very sure that my table 'products' contains a field with 'my_text', I get an empty result. Why!?!
By the way, description is a TEXT field (no specific length), could that be the cause? TIA.
Greetz,
Vincent Driessen
Venlo, The Netherlands