mysql-sqlyog高級查詢

本節重點是語法和內容的練習:修改表:alter table 表名 rename 新表名;添加字段:alter table 表名 add 字段名 屬性;修改字段:alter table 表名 change 原字段 新字段 屬性;刪除字段:alter table 表名 drop 字段; 添加主鍵:alter table 表名 add constrain 約束名 primary key 表名(字段名);
相關文章
相關標籤/搜索