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

MySQL常用的sql操作

时间:2018-03-01 00:33:05      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:常用   div   str   sele   字符   取出   操作   字符串   bsp   

1、日期时间格式化

select  DATE_FORMAT(NOW(),%Y-%m-%d)as mydate //输出 2018-01-01

 2、日期时间格式化

select  DATE_FORMAT(NOW(),%Y-%m)as mydate //输出2018-02

3、查询第11到第15条数据

select * from table_name limit 10,5//落过多少,取出多少。

4、字符串转日期

select str_to_date(2016-01-02, %Y-%m-%d %H);  

5、日期可以直接用于运算。

select * from xtdata.tiquinfo t
where t.TiQuRQ>2010-01-01

 

MySQL常用的sql操作

标签:常用   div   str   sele   字符   取出   操作   字符串   bsp   

原文地址:https://www.cnblogs.com/sexintercourse/p/8486085.html

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