oracle数据库,怎么在查询语句中直接获取当前时间年月日格式???
select max(id) from t where id like concat(to_char(sysdate,‘yyyyMMdd’) ,’%’);