> -----Original Message----- > From: learn perl [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 20, 2002 3:51 PM > To: Bob Showalter > Cc: [EMAIL PROTECTED] > Subject: RE: SQL question > > > For example, my column names are [1], [3], [5], [2] in the > table. I want > to know if there are statements that would sort these column names and > display them in [1], [2], [3], [5] instead of the original order. > > besides DBI, is there ways of achieving this with SELECT statement?
I don't think so. But your database may have a way of doing that; you need to check your docs. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]