月间
个人学习记录,大部分是摘抄式的学习本

1. 查询  select * from table  where 条件 

2.修改  update  table  set  列= value  where 条件

3.增加一列  alter table 名 add [列] varchar(10) NULL(sql里没有 string)

4.删除   alter table aaa drop column name  

 

 

 

发布的时候执行 

需要创建 ~upgrade目录   和SQL目录  在程序目录下  

 

posted on 2019-05-16 16:29  月间  阅读(177)  评论(0编辑  收藏  举报