Skip to content

Instantly share code, notes, and snippets.

@jayzeng
Last active December 28, 2016 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayzeng/27848c44caa4888ef8b2f2a029c84399 to your computer and use it in GitHub Desktop.
Save jayzeng/27848c44caa4888ef8b2f2a029c84399 to your computer and use it in GitHub Desktop.
clone table w/ primary key
create table mytable_clone (like mytable including defaults including constraints including indexes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment