Add an attribute to existing table


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

Add an attribute to existing table


Copy this code and paste it in your HTML
  1. ALTER TABLE member
  2. ADD e_mail CHAR(20)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.