Subject | ALTER COLUMN was Re: PHP |
---|---|
Author | Helen Borrie |
Post date | 2001-06-20T09:33:23Z |
At 11:25 AM 20-06-01 +0200, Bernhard wrote:
Syntax
ALTER TABLE table_name ALTER [COLUMN] column_name
TYPE new_col_datatype
**or**
ALTER TABLE table_name ALTER [COLUMN] column_name
POSITION new_col_position
Not available in lower versions of InterBase though.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Can you tell me something about the ALTER TABLE ... CHANGE CLOUMN statement? I tseems to me this dies not exists in Interbase. Is it right?In Firebird and InterBase 6:
Syntax
ALTER TABLE table_name ALTER [COLUMN] column_name
TYPE new_col_datatype
**or**
ALTER TABLE table_name ALTER [COLUMN] column_name
POSITION new_col_position
Not available in lower versions of InterBase though.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________