/ Published in: MySQL
Add an attribute to existing table
Expand |
Embed | Plain Text
ALTER TABLE member ADD e_mail CHAR(20)
You need to login to post a comment.
marouanomezzine on 03/31/09
1 person have marked this snippet as a favorite
Add an attribute to existing table
ALTER TABLE member ADD e_mail CHAR(20)
You need to login to post a comment.