The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
SQL query for specific text in homepage field
Can someone help me create a query that lists all users with a specific string of characters in the homepage field? I have a spammer that has the word barbara in a URL of the home page.
I've tried Code:
SELECT * FROM `vb_user`WHERE homepage='%barb%' Thanks in advance. |
#2
|
|||
|
|||
Try this..
Code:
SELECT * FROM `vb_user`WHERE homepage LIKE '%barb%' |
#3
|
||||
|
||||
Duh. I should have seen that. Thanks for the slap across the face. It works. :-)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|