Skip to content

Instantly share code, notes, and snippets.

@natbusa
Last active December 24, 2015 13:59
Show Gist options
  • Save natbusa/6809040 to your computer and use it in GitHub Desktop.
Save natbusa/6809040 to your computer and use it in GitHub Desktop.
CREATE TABLE table1 (
a1 text,
a2 text,
b1 text,
b2 text,
c1 text,
c2 text,
PRIMARY KEY ( (a1, a2), b1, b2 )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment