Subject | Re: [firebird-support] Moving primary key to another column |
---|---|
Author | Tomasz Tyrakowski |
Post date | 2012-08-06T13:38:48Z |
On 2012-08-06 14:33, Tomasz Tyrakowski wrote:
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 ==--__
__--==============================--__
> 3. create the new primary key column (alter table MyTable add NewKey notIt should have been
> null)
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 ==--__
__--==============================--__