Skip to content

Instantly share code, notes, and snippets.

@drobison
Created March 20, 2014 21:07
Show Gist options
  • Save drobison/9673832 to your computer and use it in GitHub Desktop.
Save drobison/9673832 to your computer and use it in GitHub Desktop.
Copy a table into a new table in SQL
SELECT *
INTO NewTable
FROM OldTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment