Hi,
why i get error:
#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 'IF EXISTS(SELECT id FROM mytable WHERE id = '1')' at line 1
query:
IF EXISTS(SELECT id FROM mytable WHERE id = '1')
Thanks