The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help with Search Query
Hey, gang,
I'm using phpMyAdmin, and want to manually search through a table for a certain word of phrase. What sort of query would I make, and how would I make it? Thanks, Kaelon |
#2
|
||||
|
||||
SELECT columns FROM `table` WHERE column LIKE '%phrase%'
Replace columns, table, column, and phrase with your values. The % denotes a wildcard search. |
#3
|
||||
|
||||
Thanks, Velocd!
I tried this out, but I guess I was confused by the response - I didn't get a list of browsable entries that matched my search. The syntax I used was: Quote:
Quote:
|
#4
|
|||
|
|||
phpMyAdmin cuts the message field to show it on screen, if you elect to change that specific record you will be able to completely read the text.
You could also write a simple PHP script that shows the full message. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|