parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

G_Z 30.05.2007 21:24

If you use GROUP BY, output rows are sorted according to the GROUP BY columns as if you had an ORDER BY for the same columns. To avoid the overhead of sorting that GROUP BY produces, add ORDER BY NULL
http://dev.mysql.com/doc/refman/5.1/en/select.html