Good staff I have a table with date column of certain records.
I know to add up the records for a given day:
SELECT SUM(CAST(REPLACE(coluna1,',','.') AS DOUBLE PRECISION)) FROM tabela1 where CAST(data as date)=current_date and xxxxx='111111...
asked by
14.04.2014 / 11:50