Answer the question
In order to leave comments, you need to log in
Why does MySQL output only 48 records?
Good evening!
Why does muscle only output 48 records?
Request:
SELECT YEAR(`DATE`), MONTH(`DATE`), `ORG`, FLOOR(SUM(`PRICE`)), FLOOR(SUM(`IDURATION`)) FROM `calls_n` GROUP BY `ORG`, MONTH(`DATE`) ORDER BY `DATE`
SELECT YEAR(`DATE`), MONTH(`DATE`), `ORG`, FLOOR(SUM(`PRICE`)), FLOOR(SUM(`IDURATION`)) FROM `calls_n` WHERE `DATE` > '2014-01-01' GROUP BY `ORG`, MONTH(`DATE`) ORDER BY `DATE`
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question