Categories
mysql

MySQL: example of how to add a column to an existing table

ALTER TABLE lib2lib ADD COLUMN greeting int;

Leave a Reply

Your email address will not be published. Required fields are marked *