Boys I have a problem that I have not been able to solve
This is my query to the bd
SELECT DATE_FORMAT( date, '%c' ) AS fecha, SUM( COALESCE( grand_total, 0 )) as total FROM sma_sales WHERE DATE_FORMAT(date, '%Y') = '2018' AND customer_id =...
asked by
04.12.2018 / 13:27