MySQL數據庫中增長和刪除字段

1增長兩個字段:mysql 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 varchar(11); Query OK, 0 rows affected (0.
相關文章
相關標籤/搜索