The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SQL Like Statement Help
I am trying to sellect all threads that have a tag of Orlando and or Florida
How can I do this? This is what I have for one and it works but I don;t know how to add the And/OR part! SELECT threadid, title, postusername,postuserid,dateline FROM " . TABLE_PREFIX . "thread WHERE taglist LIKE 'orlando' ORDER BY dateline DESC LIMIT 5 Thanks for any help! |
#2
|
|||
|
|||
[sql]WHERE taglist LIKE '%orlando%' OR taglist LIKE '%florida%'[/sql]
|
#3
|
|||
|
|||
Thank You, Thank You, Thank You! I tried so many ways!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|