Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created March 25, 2014 08:08
Show Gist options
  • Save sqlparser/9757095 to your computer and use it in GitHub Desktop.
Save sqlparser/9757095 to your computer and use it in GitHub Desktop.
select into demo code
SELECT Lastname,
Firstname
INTO Persons_backup
FROM Persons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment