refiking Posted November 18, 2009 Share Posted November 18, 2009 How can I do a query for all records where the word yellow is in the field named options something like select * from `curtains` where `options` contains 'yellow' Link to comment https://forums.phpfreaks.com/topic/182043-solved-contains-a-value/ Share on other sites More sharing options...
Mchl Posted November 18, 2009 Share Posted November 18, 2009 WHERE options LIKE '%yellow%' Link to comment https://forums.phpfreaks.com/topic/182043-solved-contains-a-value/#findComment-960243 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.