Quote:
Originally posted by NTLDR
[sql]DELETE FROM 'settinggroup' WHERE 'settinggroupid' ='35';[/sql]
Note the case of the words.
|
Again I get the same error below:
Database error in vBulletin Control Panel 2.2.6:
Invalid SQL: DELETE FROM 'settinggroup' WHERE 'settinggroupid' ='35';
mysql error: You have an error in your SQL syntax near ''settinggroup' WHERE 'settinggroupid' ='35';
' at line 1
mysql error number: 1064
I am starting to think there is an error in the settinggroup itself, As a test, I deleted something else that I didn't need using the same code that phpmyadmin geberates and it deleted just fine.
Odil