trunc方法 select * from fact_fund_hldtotal t where t.t_date=(select trunc(sysdate) from dual ); --t_date为date类型
?