Question

MySQL Add a column to an existing table


Answer

alter table table_name add column_name int(1);


Post Feedback

Latest

Popular