well paul
let me expalin my doubt clearly ,iam using mysql database i use
jdbc to
connect with database
when i execute a select query without order by statement i get different ordered
resultset at different times
but when i execute a describe query i get the
resultset with the same order for n number times what makes desc to be consistent
if i want to oder the resultset of a describe query how can i do it for
mysql regards
amir