MySQL中的表中增加删除字段
摘要:
1增加两个字段: mysql> create table id_name(id int,name varchar(20)); Query OK, 0 rows affected (0.13 sec) mysql> alter table id_name add age int,add address 阅读全文
posted @ 2019-11-06 14:44
枫飞飞
阅读(5520)
评论(0)
推荐(0)
浙公网安备 33010602011771号