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 Jump to search

add a column to a table

ALTER TABLE exports ADD level VARCHAR(20);