Using Impala SQL, is there a concise way to count the # of months between two timestamps?
The datediff
function only returns the # of days between two timestamps, but I'm hoping there is an elegant way to perform the same calculation on # of months.