I have two fields in my table "users" one field is called "category1" and the other is "category2". I'm trying to build a mysql query selecting all users that either have category1 or category2 containing "dancer". So basically I want all results for category1 containing "dancer" and category2 containing "dancer" to show up.
Basically if they have "dancer" in either category they will show up for the query result. THANKS IN ADVANCE!
How can I build this query? I apprecaite any support on this...