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:
SELECT message FROM `privatemessage` WHERE message LIKE '%phrase%';
|
I also tried
Quote:
SELECT * FROM `privatemessage` WHERE message LIKE '%phrase%';
|
Specifically, I'm trying to look through private messages for mention of a specific illegal activity that investigators has asked me for assistance with. Thanks!