Uranium-235 Posted January 16, 2003 Share Posted January 16, 2003 how can I do this? like SELECT * FROM foobar WHERE f=3 AND LIKE X=\'%FOO%\' that obviousely dosen\'t work. how can I get this to work? Link to comment https://forums.phpfreaks.com/topic/54-like-and-where-in-the-same-line/ Share on other sites More sharing options...
effigy Posted January 16, 2003 Share Posted January 16, 2003 SELECT * FROM foobar WHERE f=3 AND X LIKE \'%FOO%\' Link to comment https://forums.phpfreaks.com/topic/54-like-and-where-in-the-same-line/#findComment-141 Share on other sites More sharing options...
Uranium-235 Posted January 16, 2003 Author Share Posted January 16, 2003 /boards the shortbus thanks Link to comment https://forums.phpfreaks.com/topic/54-like-and-where-in-the-same-line/#findComment-143 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.