Altering Database Tables: Add More Columns :


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mysql> ALTER TABLE Employee ADD (EMail VARCHAR(25), ICQ VARCHAR(15));

URL: http://www.java2s.com/Code/SQL/Table-Index/AlteringDatabaseTablesAddMoreColumns.htm

Report this snippet


Comments


You need to login to view comments.