Conversion of the date/time format in the SQL Server database

Source: Internet
Author: User

SQL functions for format conversionConvert (nvarchar (12), @ date, 111 ):

The first parameter represents the length to be intercepted, the second parameter represents the database field, and the last parameter represents the date and time format to be intercepted, as shown in the following table:

 

Date Format
Format # Query (current date: 12/30/2006) Example
1 Select convert (varchar, getdate (), 1) 12/30/06
2 Select convert (varchar, getdate (), 2) 06.12.30
3 Select convert (varchar, getdate (), 3) 30/12/06
4 Select convert (varchar, getdate (), 4) 30.12.06
5 Select convert (varchar, getdate (), 5) 30-12-06
6 Select convert (varchar, getdate (), 6) 30 dec 06
7 Select convert (varchar, getdate (), 7) Dec 30, 06
10 Select convert (varchar, getdate (), 10) 12-30-06
11 Select convert (varchar, getdate (), 11) 06/12/30
101 Select convert (varchar, getdate (), 101) 12/30/2006
102 Select convert (varchar, getdate (), 102) 2006.12.30
103 Select convert (varchar, getdate (), 103) 30/12/2006
104 Select convert (varchar, getdate (), 104) 30.12.2006
105 Select convert (varchar, getdate (), 105) 30-12-2006
106 Select convert (varchar, getdate (), 106) 30 Dec 2006
107 Select convert (varchar, getdate (), 107) Dec 30,200 6
110 Select convert (varchar, getdate (), 110) 12-30-2006
111 Select convert (varchar, getdate (), 111) 2006/12/30
     
Time Format
8 or 108 Select convert (varchar, getdate (), 8) 00:38:54
9 or 109 Select convert (varchar, getdate (), 9) Dec 30 2006 12: 38: 54: 840am
14 or 114 Select convert (varchar, getdate (), 14) 00: 38: 54: 840
Related Article

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.