2 lines
53 B
SQL
2 lines
53 B
SQL
create table bar1(a int auto_increment primary key);
|
create table bar1(a int auto_increment primary key);
|