Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Retrieving mysql columns by name

From: bobosity:hot:mail at: 7-Apr-2002 21:22

Select * from mydb will return the columns in thier original order Try this: "select column3, column9, column2 from mydb" Substitute your column names :)