如何提取Oracle 中timestamp类型的 年 月 日 时 分 秒

2024-11-13 08:34:20
推荐回答(4个)
回答1:

看你字段是什么类型的
select to_char(date, 'yyyy-mm-dd hh24:mi:ss') from TRN_DAILY_STATISTICS

回答2:

select to_char(systimestamp,'yyyy-mm-dd hh24:mi:ss')

回答3:

说的更详细一点呗

回答4:

用它的函数