The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
SQL LIKE Operator
Hello,
I have a question, How do I have SQL LIKE Operator for more than 1 columns? example I tried: SELECT username FROM user WHERE username LIKE ('%tav%','%mok%','%ronal%') but it does not work can you help me? thank you |
#2
|
|||
|
|||
WHERE username LIKE ('%tav%')
OR username LIKE ('%mok%') OR username LIKE ('%ronal%') |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|