I have a table that return minutes from a task and I\'d like to convert into hours and minutes.
my select is:
select m.mat_nome as \'Matéria\', round
Use the following facts: hours = floor /60 minutes = (-hours*60