This SQL Query used to work, but doesn't now. I wrote it before we upgraded to vBulletin 5.
I'm trying to locate a thread originally posted in 2007. The query is:
When I execute it it responds with:
The user no longer exists in our forum, but this thread they started still exists, with multiple replies from other users.
Code:
select title from thread where title like '%...%'; place content to be searched for between %%β
Code:
select title from thread where title like '%Microsoft office using wine%';
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'kfnDB.thread' doesn't existβ
error number: 1146
error desc: Table 'kfnDB.thread' doesn't existβ



Comment