Subject | RE: [ib-support] declare cursor |
---|---|
Author | Jordi Gálvez |
Post date | 2001-04-20T08:58:52Z |
Hi!
Jordi
> If all you are trying to do is populate a new key column then thefollowing
> should work.the
>
> UPDATE "empleado" SET "numero" = GEN_ID("GEN_numero",1)
>
> You don't need any more than that. It will just add a sequential number to
> "numero" field.Ok, it worked, thanks all!!
Jordi