Subject | Re: [firebird-support] using DDL and DML in one transaction in FB |
---|---|
Author | Helen Borrie |
Post date | 2007-06-28T14:14:13Z |
At 10:01 PM 28/06/2007, you wrote:
./hb
>Hi all!No.
>
>Is is possible in the Firebird to add new column and update value of
>this column in one transaction (I am moving app from PostgreSQL to FB)?
>
>Example:
>
>ALTER TABLE action ADD speedmod INTEGER;
>UPDATE action SET speedmod = 1;
>Firebird output:Different architecture.
>SQL error code = -206
>Column unknown
>SPEEDMOD
>At line 2, column 19
>
>PostgreSQL output:
>OK
./hb