Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created October 1, 2012 12:44
Show Gist options
  • Save lambdaman2/3811447 to your computer and use it in GitHub Desktop.
Save lambdaman2/3811447 to your computer and use it in GitHub Desktop.
Altering Database Tables: Add More Columns :
mysql> ALTER TABLE Employee ADD (EMail VARCHAR(25), ICQ VARCHAR(15));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment