Oracle date类型 显示00:00:00

--0点显示
select b.vcieffectivedate as a ,to_char(b.vcieffectivedate,'yyyy-mm-dd hh24:mi:ss') as b
from ghresbase b 
where b.vcieffectivedate is not null;

 

相关文章: