set @var=1;if @var>1 then select * from client;elseselect * from otherTable;end if;这是我的mysql查询。你能指出为什么会出错吗?这真的让我筋疲力尽。, G4 X& e$ b; q! A& [
显示的错误是 ' } Q/ U. V8 U9 V5 v* gIF @var >1 THEN SELECT *FROM client;MySQL said: Documentation#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 @var>1 thenselect * from client' at line 1快速回答会很有帮助。% h j0 g& N2 v) g& i
6 I; j" x/ I# ^: x 解决方案: