I am comparing timestamp columns between 2 different database engines and I need to retrieve the time stamp column stored in YYY-MM-DD HH:mm:ss
format to YYY-MM-DD HH:mm:ss.SSS,
with SSS
being 000
when no entry is there.
Can I do the above using Hive select query?