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