If you want to write a select statement for a table you don't know the column names for, how do you format the statement so that you use the column numbers, as you could with an array? The manual was a bit vague. So instead of writing
Code: Select all
select * from tablename order by idCode: Select all
select * from tablename order by 0