select end_,
to_char(end_, 'yyyy-MM-dd hh:mm:ss'),
to_char(end_, 'yyyy-MM-dd hh24:mi:ss')
from dual p
where p.id_ = '62527003'
select end_,
to_char(end_, 'yyyy-MM-dd hh:mm:ss'),
to_char(end_, 'yyyy-MM-dd hh24:mi:ss')
from dual p
where p.id_ = '62527003'