Hi,
I have created an unique index on the DOCID column in a table, where DOCID column is varchar(50) and unique alphanumeric.
lets say the unique index name is idxrdocid.
then, if I do
"set indexaccess=1;select DOCID from idxrdocid"
AM I GUARANTEED TO GET THE DOCID'S IN THE ASC SORTED ORDER, EVEN IF I DONT DO AN ORDER BY?
MY TESTING INDICATES THAT.
THANKS!!
I have created an unique index on the DOCID column in a table, where DOCID column is varchar(50) and unique alphanumeric.
lets say the unique index name is idxrdocid.
then, if I do
"set indexaccess=1;select DOCID from idxrdocid"
AM I GUARANTEED TO GET THE DOCID'S IN THE ASC SORTED ORDER, EVEN IF I DONT DO AN ORDER BY?
MY TESTING INDICATES THAT.
THANKS!!