Re: Query Unsort Single Column

2002-10-03 Thread Daniel Kiss
Is there primary key on field Value? Or any index? Daniel At 14:37 2002.10.04._ +0800, you wrote: > > Hi, > > > > My tables is something like this > > > > Value Count > > B 10 > > C 20 > > A 15 > > D 8 > > > > When I query using "SELECT Val

Query Unsort Single Column

2002-10-03 Thread Iswandi Marzuki, Tio Hiap Ho
> Hi, > > My tables is something like this > > Value Count > B 10 > C 20 > A 15 > D 8 > > When I query using "SELECT Value, Count FROM Table", the data is appearing > exactly at the order above, however when I select only a single column >