MySQL Alter Column to Add Default


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

Some other alter syntax examples at the URL, which beats the pants off the MySQL manual for some reason.


Copy this code and paste it in your HTML
  1. ALTER TABLE se_jobs ALTER job_comments SET DEFAULT '0';

URL: http://mysqlresources.com/cgi-bin/article.cgi?article_id=47

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.