#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 ''LR1' SET LEFT='1' WHERE ID='1'' at line 1"
I try the very simple (with all integers):
UPDATE LR1 SET LEFT=1 WHERE ID=1 or
UPDATE LR1 SET LEFT=1 WHERE ID='1' or
UPDATE LR1 SET LEFT='1' WHERE ID='1' or
UPDATE 'LR10 SET LEFT='1' WHERE ID='1'
*argh*
--
I try the very simple (with all integers):
UPDATE LR1 SET LEFT=1 WHERE ID=1 or
UPDATE LR1 SET LEFT=1 WHERE ID='1' or
UPDATE LR1 SET LEFT='1' WHERE ID='1' or
UPDATE 'LR10 SET LEFT='1' WHERE ID='1'
*argh*
--