4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
drop table if exists t1;
|
|
create table t1(a int primary key, b int primary key);
|
|
ERROR 42000: Multiple primary key defined
|