useful tidbits for using open source software in science
Add a column to a table in the database:
ALTER TABLE table_name ADD column_name datatype
Delete a column from a table in the database:
ALTER TABLE table_name DROP COLUMN column_name
Name (required)
Mail (will not be published) (required)
Website
0 Responses to “Add or delete columns in a table in MySQL”