76
82
create table t1(a int, b varchar(255), c int);
88
94
ERROR 1064 (42000) at line 4: 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 '' at line 1
90
96
create table t17583 (a int);
91
97
insert into t17583 (a) values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
92
98
insert into t17583 select a from t17583;