blob: f7de266b1b8aa0b3f87e2b1586b07830557df2bd [file] [log] [blame]
CREATE TABLE t2 (
a int,
b int,
c int,
d int,
PRIMARY KEY (a, b, c)
);