I'm not sure what this query does on shoutbox.sql, but when I run it (the shoutbox.sql), this query gives an error
This is the query:
DELETE FROM phrase WHERE varname LIKE %shoutbox%';
And this is the error:
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unclosed quote @ 48
STR: '
SQL: DELETE FROM phrase WHERE varname LIKE %shoutbox%';
SQL-query :
DELETE FROM phrase WHERE varname LIKE %shoutbox%';
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '%shoutbox%'' at line 1
So what does this query do and how can I fix it, in other words, run the shoutbox.sql queries correctly and successfully.
Thanks.
|