首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

trunc步骤

2013-03-13 
trunc方法select * from fact_fund_hldtotal t where t.t_date(select trunc(sysdate) from dual ) --t_

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

?

热点排行