Oracle SQL - Column with unix timestamp, need dd-mm-yyyy timestamp
Posted
by ArneRie
on Stack Overflow
See other posts from Stack Overflow
or by ArneRie
Published on 2010-03-08T13:00:31Z
Indexed on
2010/03/08
13:36 UTC
Read the original article
Hit count: 471
Hi,
is there any way in Oracle, to get only the dd-mm-yyyy part from an unix timestamp in oracle?
Like:
select to_char(my_timestamp, 'ddmmyyyy') as my_new_timestamp from table
© Stack Overflow or respective owner