I am using dbeaver client connecting to Apache drill hadoop db. Trying to calculate date difference and get the output in minutes.
For Ex: Date 1 is 2015-05-17 22:00:00.000 Date 2 is 2015-05-17 22:45:00.000
Expected Output= 45.
So far I tried using TIMESTAMPDIFF but not able to get it. Please help me