Subject Re: [ib-support] Reordering column order in table
Author Andrew Guts
Stevio wrote:

>Is there an SQL command for reordering the columns in a Firebird table?
>
alter table MyTable
alter column col1 posinton 4

>
>Does the order of the columns make any difference to the speed at which data
>can be accessed?
>
>Thanks,
>Stephen
>
>
Andrew