摘要:
1. 查询 select * from table where 条件 2.修改 update table set 列= value where 条件 3.增加一列 alter table 名 add [列] varchar(10) NULL(sql里没有 string) 4.删除 alter tab 阅读全文
posted @ 2019-05-16 16:29
月间
阅读(181)
评论(0)
推荐(0)
|
月间
个人学习记录,大部分是摘抄式的学习本 |