[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 :)
[REBOL] Re: Retrieving mysql columns by nameFrom: bobosity:hot:mail at: 7-Apr-2002 21:22
|