Posts tagged with ‘add column’

MySQL: How to add column to existing table

advertisement

mysql how to add columnMany ways to add column to existing table in MySQL. If you r using GUI tools, add column to table in MySQL is easy. If you are using CLI, then here’s the command to add column in MySQL table.

To add column in existing table, you may refer to the 2 examples below:-

Continue reading MySQL: How to add column to existing table »