开发者

How can I delete two column (attribute) at a time from one table in mysql?

开发者 https://www.devze.com 2023-02-05 03:19 出处:网络
开发者_如何学GoHow can I delete two column (attribute) at a time from one table in mysql?ALTER TABLE `table_name` DROP COLUMN `column1`, DROP COLUMN `column2`

开发者_如何学GoHow can I delete two column (attribute) at a time from one table in mysql?


ALTER TABLE `table_name` DROP COLUMN `column1`, DROP COLUMN `column2`
0

精彩评论

暂无评论...
验证码 换一张
取 消