Hi, I have this query but I miss an error saying that parentheses are missing right:
select to_char(trunc(fecha,'HH')+(30*round(to_char( trunc(fecha,'MI'),'MI')/30))/1440,'DD/MM/YYYY hh24:mi:ss') AS fecha, SUM(total) AS total
from (S...
asked by
31.07.2017 / 20:32