SQL Server gets date function format on day of month

Source: Internet
Author: User
Tags getdate table name

Method One

The code is as follows
SELECT Convert (char (6), GETDATE (), 112)

Method Two

The code is as follows


SELECT * FROM table name where Convert (varchar (100), Date field, 23) = ' 2013-12-15 '

Use the CONVERT () function:

Select CONVERT (char (), GetDate (),) as Date

* The 3rd parameter is used to set the display style of date type data, the following describes the parameters of several styles:

MM DD yyyy

Mm/dd/yyyy

102 YYYY.MM.DD

Dd/mm/yyyy

YYYY dd MM

108 Hh:mi:ss (Time)

Yyyy/mm/dd

112 YYYYMMDD

Yyyy-mm-dd

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.