查询系统日期和时间(mysql)

select current_date  --不带时间
select sysdate()   或 SELECT NOW();  --带时间

posted @ 2017-06-19 15:45  __初  阅读(207)  评论(0编辑  收藏  举报