I want to convert date to specific format and subtract 2 hours from the time:
date
2018-06-07 23:37:10
Expected output:
07Jun2018 21:37:10
I have tried it, but I got the below error:
error:operator doesnt exist : Text -interval,might need to add explicit type cast.