PDA

View Full Version : Where ******* Contains "******"?


N!ck
02 Apr 2002, 00:02
is there a "CONTAINS" clause for MySQL or something similar?

FWC
02 Apr 2002, 05:06
You can use LIKE with % wildcards. LIKE '%in%' would find any word containing 'in'.

Chen
02 Apr 2002, 05:39
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

FWC
02 Apr 2002, 06:07
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. :)