Home >Database >Mysql Tutorial >SQL查询最近几年、几月的数据

SQL查询最近几年、几月的数据

WBOY
WBOYOriginal
2016-06-07 17:44:292527browse

SQL查询最近几年、几月的数据 , -- DateAdd(interval, number, date) -- interval 必

SQL查询最近几年、几月的数据

, --DateAdd(interval, number, date) --interval 必选。字符串表达式,表示要添加的时间间隔。 --yyyy 年 --q 季度 --m 月 --y 一年的日数 --d 日 --w 一周的日数 --ww 周 --h 小时 --n 分钟 --s 秒 --number 必选,虚拟主机,数值表达式。 --表示要添加的时间间隔的个数。数值表达式可以是正数(得到未来的日期)或负数(得到过去的日期)。 --((yyyy,(Month,3,getdate()) --以当前时间为准,服务器空间,返回三个月之后的一个时间点

 

posted on

,服务器空间
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn