Hi,
I have a sorted table and want to read it in a sequence.
Say for example:
Table: sort by secondary key field2, non unique
Field1 Field2
10 100
20 100
30 100
Now, when i read the table with the secondray key, field2, I wnat that it should always return the data in same sequence i. e. 100, 200, 300
But currently when the sequence is not maintained liek it can be 100, 200, 300 or 200, 100, 300
Is it posisble that I get the same sequence every time.
Thanks & Regards,
Rupali Ray