Postgres: alter default


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



Copy this code and paste it in your HTML
  1. ALTER TABLE <table> ALTER COLUMN <column> SET DEFAULT(<value>)

URL: http://www.postgresql.org/docs/8.0/static/sql-altertable.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.