009, MySQL take the current time as a Unix timestamp, take today Unix timestamp

# Take Unix timestamp
 SELECT
    unix_timestamp( ) ;

Today, take time stamp #
SELECT
    unix_timestamp( curdate( ) );

It is shown below:

 

Beginning of the heart do not forget, if you think this article valuable, authors agree to pay, micro-channel two-dimensional code can be any amount of a reward to the author (Micro Signal: 382 477 247) Oh, thank you.

 

 

 

Guess you like

Origin www.cnblogs.com/tianpan2019/p/11841336.html