2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
create table t1 (a varchar(100) primary key);
|
create table t1 (a varchar(100) primary key);
|