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? Quote 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%\' Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.