Re: Query Unsort Single Column
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
> 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 >