View Full Version : Where ******* Contains "******"?
is there a "CONTAINS" clause for MySQL or something similar?
You can use LIKE with % wildcards. LIKE '%in%' would find any word containing 'in'.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Originally posted by FireFly
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Well that's certainly better than what I suggested. :)
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.