1
CREATE TABLE t1 (a SERIAL);
2
SET @insert_var= "INSERT INTO t1 VALUES()";
23
SET @insert_var= "INSERT INTO t1 VALUES(); SELECT WILL_ERROR;";
25
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '; SELECT WILL_ERROR;' at line 1