Subject RE: [ib-support] declare cursor
Author Jordi Gálvez
Hi!

> If all you are trying to do is populate a new key column then the
following
> should work.
>
> 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
the
> "numero" field.

Ok, it worked, thanks all!!

Jordi