Hi,
I need to convert the EPOCH Time using Oracle Query,by using DB Query i have figured out using the below query it can be done
|dbquery DB_NAME limit=10 "Select * from Table_NM" |fieldformat NEW_CREATED_DT=strftime(CREATED_DT,"%d-%m-%y %H:%M:%S")
But i want the query that can be used in Oracle.
Any Help is Appreciated,
Thanks.
... View more