MYSQL int Type Date processing

Source: Internet
Author: User

Convert date format to int using Unix_timestamp ()

For example:
Select Now (), Unix_timestamp (now ());
Now () | Unix_timestamp (now ())
2014-11-28 09:54:43 | 1417139683

Use From_unixtime () to convert a date from an int type timestamp
For example:
Select Upt_time,from_unixtime (upt_time) from Drive_rel;
Upt_time | From_unixtime (Upt_time)
1336964014 | 2012-05-14 10:53:34
1361786530 | 2013-02-25 18:02:10
1284031294 | 2010-09-09 19:21:34

MYSQL int Type Date processing

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.