How does mysql obtain the unix time 60 days ago?

Source: Internet
Author: User
How many days ago unix time was obtained in mysql. First obtain the current time based on now (), use the adddate () method to get the time 60 days ago, use the unix_timestamp () method to convert the time type selectUNIX_TIMESTAMP (ADDDATE (NOW (), INTERVAL-60DAY )) first, use the adddate () method to obtain the current time based on now ().

How many days ago unix time was obtained in mysql. First, obtain the current time based on now (), use the adddate () method to obtain the time 60 days ago, and use the unix_timestamp () method to convert the time type select UNIX_TIMESTAMP (ADDDATE (NOW (), INTERVAL-60 DAY) first obtain the current time using the adddate () method based on now ().

How many days ago unix time was obtained in mysql.
First, obtain the current time based on now (), use the adddate () method to obtain the time 60 days ago, and use the unix_timestamp () method to convert the time type.

Select UNIX_TIMESTAMP (ADDDATE (NOW (), INTERVAL-60 DAY ))

Obtain the current time based on now ().
Use the adddate () method to obtain the time 60 days ago
Use unix_timestamp () to convert the time type

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.