I have the case of a time worked and his salary for hours. I need to calculate how much they have charged:
SELECT '07:45'::time as horas_trabajadas,
8.45::numeric(18,2) as precio_hora,
'07:45'::interval * 8.45 as total_dia
H...
asked by
12.12.2018 / 12:44