码迷,mamicode.com
首页 > 数据库 > 详细

常用sql语句

时间:2015-07-06 12:06:06      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

select * from 表名 where id = ‘226‘

and  amt in (‘1‘,‘10‘)

and nbr=‘2‘

order by gmt desc;


update 表名 set gmt=now() where nbr=‘20‘           更新为现在时间

update 表名 set gmt=‘2015-06-30 14:00:51.076000‘ where nbr=‘20‘  更新为指定时间

 

select * from 表名  where biz  like ‘2015%‘  模糊查询

delete  from 表名; 删除一个表

 

常用sql语句

标签:

原文地址:http://www.cnblogs.com/s1328/p/4623854.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!