Hi.
I’m trying to use the TIMEDIFF() function to calculate difference between 2 hours but it’s doesn’t work.
SELECT TIMEDIFF(POS_HRS_D, POS_HRS_A) AS POS_HRS FROM T_POINTAGES_SUB
Error message: Access is denied: TIMEDIFF in statement etc…
POS_HRS_D (derparture) and POS_HRS_A (arrival) are in TIME datatype in the table.
Thanks.