1.

How To Delete An Existing Column In A Table?

Answer»

ALTER TABLE tip DROP COLUMN create_date;
Query OK, 1 row affected (0.48 SEC)
RECORDS: 1 Duplicates: 0 Warnings: 0

ALTER TABLE tip DROP COLUMN create_date;
Query OK, 1 row affected (0.48 sec)
Records: 1 Duplicates: 0 Warnings: 0



Discussion

No Comment Found