Mysql timestamp is retrieved in the specified format (Y-m-d) _ MySQL

Source: Internet
Author: User
Tags mysql functions
Obtain bitsCN.com from the mysql timestamp in the specified format (Y-m-d ).

In the previous collection script, the collection time is taken out in the form of unix Timestamps. when writing SQL statements, you need to query the corresponding records by time, the $ time passed in on the page is a string like '2017-01'. how can I write an SQL statement?

$ SQL. = 'and FROM_UNIXTIME (time, "% Y-% m") = /''. $ time. '/''; in this way, records corresponding to $ time in the database can be retrieved.

Some may say why don't we directly strtotime () $ time and then match the database data? the situation is as follows: $ time, for example, '2017-01 ', however, the time in the database is accurate to the day, so that the two do not match, the subsequent processing is also more complex, it is much easier to directly use mysql functions ..

BitsCN.com

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.