为什么我收到此错误:
#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
我的 SQL 查询:
IF EXISTS(SELECT id FROM mytable WHERE id = '1')
谢谢。