How could I improve this query, which returns me the top 10 sales to assemble a chart, so that it processes faster?
set @startDate :='2015-01-03';
set @endDate :='2015-05-31';
set @dst_id:=1;
SELECT
SUM(vnd_quantidade) as quantidade,
(S...
asked by
29.06.2015 / 14:25