I have a number column where date is stored as epoch unix timestamp in millisec like (1406851200000). How can i use this value to compare the date against another column where date is stored in TIMESTAMP(6) format.
I searched a lot. But not able to figure out the same.