![]() |
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:
SELECT * FROM tblName WHERE (INSTR(haystack,'needle')>0 |
Quote:
|
All times are GMT. The time now is 01:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|