日期函数
sql
SELECT formatDateTime(create_time,'%Y-%m-%d') AS time FROM xx.xx;

SELECT formatDateTime(create_time,'%Y-%m-%d') AS time FROM xx.xx;