2 lines
59 B
SQL
Executable File
2 lines
59 B
SQL
Executable File
create table test(a int primary key, b int, c int, d int);
|