SQL queries data in recent years and months

Source: Internet
Author: User
Select   Dateadd ( Month , -  3 , Getdate ()) --  Return a time. query the desired data based on the time point.  --  Detailed description of the dateadd function:  --  Dateadd (interval, number, date)  --  Interval is required. String expression, indicating the time interval to be added.  -- Yyyy  --  Q quarter  --  M month  --  Y number of days in a year  --  D  --  Number of days per week  --  WW week  --  H hour  --  N minutes  -- S seconds  --  Number is required. It is a numerical expression.  --  The number of time intervals to be added. A numeric expression can be a positive number (to get the future date) or a negative number (to get the past date ).  --  Date is required. The comparison time during query. getdate () indicates the current time in SQL.  --  Example:  Select   Dateadd ( Month , -  3 , Getdate ()) --  Returns a time point three months ago based on the current time.  Select   Dateadd (Yyyy, -  3 , Getdate ()) --  Returns a time point three years ago based on the current time.  Select   Dateadd ( Month , 3 , Getdate ())--  Based on the current time, a time point after three months is returned. 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.