If I have a number of records returned from a query, and the resut set has an order by clause, what happens when 2 or more rows meet the same criteria
for example
ColA Colb ColC
A 1 Z
B 1 Y
C 2 X
C 2 W
If I Order By ColA, ColB then which way round would the 2 C rows be returned?
I have a feeling they will be returned in the order they are read from the source table but I just want to confirm it.
Cheers.
I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)