![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Appears that the GROUP BY clause is not working correctly on new server (GROUP BY should order the result set in ASCENDING order, NOT DESCENDING order.) See below ********************************** select dom_id, count(ste_id) as ste_count from ste group by dom_id ********************************** |
#3
| |||
| |||
|
|
On Mon, Mar 21, 2005 at 07:20:04PM +0000, Peter Cottingham wrote: Appears that the GROUP BY clause is not working correctly on new server (GROUP BY should order the result set in ASCENDING order, NOT DESCENDING order.) See below As far as I know, the SQL standards don't specify that GROUP BY is supposed to give a particular order. Somebody please correct me if I'm mistaken |
#4
| |||
| |||
|
|
Appears that the GROUP BY clause is not working correctly on new server (GROUP BY should order the result set in ASCENDING order, NOT DESCENDING order.) See below |
![]() |
| Thread Tools | |
| Display Modes | |
| |