Skip to content

Instantly share code, notes, and snippets.

@MattStopa
Created September 9, 2014 19:25
Show Gist options
  • Save MattStopa/a3921e1c78b5b5302fbb to your computer and use it in GitHub Desktop.
Save MattStopa/a3921e1c78b5b5302fbb to your computer and use it in GitHub Desktop.
Taylor
CREATE TABLE users ( UserID int, LastName varchar(255), FirstName varchar(255), Address varchar(255), City varchar(255) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment