Difference between revisions of "Mysql examples"

From lippmann wiki
Jump to: navigation, search
(Created page with "==add a column to a table== ALTER TABLE exports ADD level VARCHAR(20);")
(No difference)

Revision as of 02:23, 3 June 2015

add a column to a table

ALTER TABLE exports ADD level VARCHAR(20);