Subject Re: [firebird-support] Moving primary key to another column
Author Tomasz Tyrakowski
On 2012-08-06 14:33, Tomasz Tyrakowski wrote:
> 3. create the new primary key column (alter table MyTable add NewKey not
> null)

It should have been
alter table MyTable add NewKey integer not null
Forgot the column type. Sorry for that.

Tomasz


--
__--==============================--__
__--== Tomasz Tyrakowski ==--__
__--== SOL-SYSTEM ==--__
__--== http://www.sol-system.pl ==--__
__--==============================--__