The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|