ERROR 42000: 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 'on f1=f2) tt' at line 1
2935
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 'on f1=f2) tt' at line 1
2936
2936
CREATE TABLE t1 (sku int PRIMARY KEY, pr int);
2937
2937
CREATE TABLE t2 (sku int PRIMARY KEY, sppr int, name varchar(255));
2938
2938
INSERT INTO t1 VALUES
3143
3143
CREATE TABLE t1(a int);
3144
3144
INSERT into t1 values (1), (2), (3);
3145
3145
SELECT * FROM t1 LIMIT 2, -1;
3146
ERROR 42000: 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 '-1' at line 1
3146
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 '-1' at line 1