MYSQL之增刪改查及基礎語法

MYSQL之增刪改查 增 create database 創建庫 create table 創建表 insert into 表 values(); 刪 DROP database 刪除庫 DROP table 刪除表 DELECT 改 alter table xxxx rename to xxxx update 表名 set 字段名=‘新內容’ + where條件 查 SHOW DEST 常用sq
相關文章
相關標籤/搜索