Forum Moderators: coopster
If I write a query like:
SELECT * from table WHERE category='sports'
will the row with sports and hockey be returned? If not, is there a way I could get it returned? OR do I have to create separate rows with the same data except for 'category' (which would make my DB really large)!
Thanks!