DateDiff (), DATEADD (), DATEPART (). Datename () Time processing function

Source: Internet
Author: User
Tags getdate

Original link: http://www.cnblogs.com/whz111/articles/2445777.html

--convert (time) corresponds to the time format of the number representation

Select CONVERT (varchar, GETDATE ())
--10
Select CONVERT (varchar (), GETDATE (), 111)
--2004/09 /12
Select CONVERT (varchar)
--20040912
Select CONVERT (varchar (getdate), GETDATE (), 102)
- -2004.09.12
Select CONVERT (varchar (), GETDATE (), 101)
--09/12/2004
Select CONVERT (varchar), GETDATE () , 103)
--12/09/2004
Select CONVERT (varchar (), GETDATE (), 104)
--12.09.2004
Select CONVERT (varchar (12) , GETDATE (), ())
--12-09-2004
Select CONVERT (varchar (+), GETDATE (), 106)
--12-2004
Select CONVERT (var Char (a), GETDATE (), 107)
--09, 2004
Select CONVERT (varchar (), GETDATE (), 108)
--11:06:08
Select CONV ERT (varchar), GETDATE (), 109)
--09 2004 1
Select CONVERT (varchar, GETDATE (), +)
--09-12-2004
S Elect convert (varchar), GETDATE (), 113)
--12 2004 1
Select CONVERT (varchar (), GETDATE (),)
--11:06 : 08.177

DateDiff (), DATEADD (), DATEPART (). Datename () Time processing function

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.