I am able to convert upto seconds by using this query
SELECT TIMESTAMP 'epoch' + 1362508200000(06/032013 00:00:00)/1000
* INTERVAL '1 second'
But I want to convert into milliseconds, (06/032013 00:00:00.625362)
I am able to convert upto seconds by using this query
SELECT TIMESTAMP 'epoch' + 1362508200000(06/032013 00:00:00)/1000
* INTERVAL '1 second'
But I want to convert into milliseconds, (06/032013 00:00:00.625362)