Subject | Re: [ib-support] Reordering column order in table |
---|---|
Author | Andrew Guts |
Post date | 2002-07-03T06:35:28Z |
Stevio wrote:
alter column col1 posinton 4
>Is there an SQL command for reordering the columns in a Firebird table?alter table MyTable
>
alter column col1 posinton 4
>Andrew
>Does the order of the columns make any difference to the speed at which data
>can be accessed?
>
>Thanks,
>Stephen
>
>