SQL基本操作/筆記(一)

1、刪除表newpydata:drop table newpydata;   2、查看創建的表字段類型:show create table newtest;   3、向表中添加列項目:alter table newtest add userName char(8); 一次添加多個列項目:alter table newtest add (platFrom char(5),sign char(10))
相關文章
相關標籤/搜索