可以试试oracle的函数 比如to_date,to_char
alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss';
select to_char(字段名,'yyyy-mm-dd hh24:mi:ss') from table;