How to calculate the difference of hours in MySQL ?
How to calculate the difference of hours in MySQL ?
Dude I was with the same doubt and it helped me
ex .. SELECT TIMESTAMPDIFF (SECOND, open_add, cas_data_data), user_name, cas_status, cas_data_de_opertura, cas_data_de_claramento FROM case INNER JOIN user ON case.usu_id = user.usu_id WHERE cas_status = 'Closed' AND cas_id = 75