赞
踩
select now();
select current_timestamp; --也是一样的效果
select current_date;
select current_time;
时间字段的截取
取年份
select extract(year from now());
取月份
select extract(month from now());
取给定的时间的日期
select extract(day from timestamp '2013-04-13');
原文出处:sxfblog -> https://sxfblog.com/archives/1802
另一个比较猛的博客推荐:(求同比环比)https://yq.aliyun.com/articles/582836/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。