select columns by position not name

  • Thread starter Thread starter mcnews
  • Start date Start date
select 0, 2, 4 from mytable

query syntax?

There is none. Even if there were, it would be silly to use it
since a change in the table structure could break a lot of code.

Sincerely,

Gene Wirchenko
 
Back
Top