Hi all,
Table name is Emp
Field : EName
And only 1 field and is indexed.
"select * from Emp" will give result as
Item ------ A B C D E F G H
Need an output like ?i.e sequential
A B C D E F G H
and there is only 1 field and an index on it.
Can any one pls tell me how to get the above result with SQL query??
Regards,
Raju