Please suggest how to add comments to all columns of an existing table in database?
for eg: i have a table Employee with columns emp_id, emp_name, emp_salary, emp_address.
Now, i want to add comments to each column of the table.
Please suggest how to achieve it in one command.
Saw a duplicate thread: Alter MySQL table to add comments on columns
But the suggested reply could not be understood!