Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: how to use to_char(to_timestamp("creationdate" / 1000), 'MM-DD-YYYY') in hana

$
0
0

Hi Naresh,

 

you can use to_char( to_date ("creationdate", 'MM-DD-YYYY') ).

It will execute fine. 

 

But Dividing Creation Date / 1000, you will get error.

 

Regards,

Muthuram


Viewing all articles
Browse latest Browse all 9165

Trending Articles