SQL 

select now() as Systime;
select current_date as Systime;
select sysdate() as Systime;

运行结果

2020-08-17 18:22:07
2020-08-17
2020-08-17 18:22:49