trunc方法
select * from fact_fund_hldtotal t where t.t_date=(select trunc(sysdate) from dual ); --t_date为date类型
?
发布时间: 2013-03-13 10:56:58 作者: rapoo
trunc方法
select * from fact_fund_hldtotal t where t.t_date=(select trunc(sysdate) from dual ); --t_date为date类型
?