Mysql examples

From lippmann wiki
Revision as of 02:23, 3 June 2015 by Maarten (Talk | contribs) (Created page with "==add a column to a table== ALTER TABLE exports ADD level VARCHAR(20);")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

add a column to a table

ALTER TABLE exports ADD level VARCHAR(20);