Mysql 基礎入門知識查詢

MYSQL基本知識 查看錶結構 describe(desc)表名; show create table 表名; 修改表 alter table 舊錶名 rename 新表名; //修改表名 alert table 表名 change 舊屬性 新屬性名 行數據類型; //修改字段 alert table 表名 add 屬性名 數據類型 [完整性約束] [first | after 屬性2]
相關文章
相關標籤/搜索