mysql获取时间截_MySQL
程序员文章站
2022-05-01 12:53:04
...
bitsCN.com
-- 将时期生成时间截
Select UNIX_TIMESTAMP(now());
Select UNIX_TIMESTAMP('2012-1-1 00:00:00');
-- 将时间截转成日期格式
select from_unixtime(1330509529); bitsCN.com
Select UNIX_TIMESTAMP(now());
Select UNIX_TIMESTAMP('2012-1-1 00:00:00');
-- 将时间截转成日期格式
select from_unixtime(1330509529); bitsCN.com