0
I’d like to know, what is the command on Oracle
would be equivalent to
SET GENERATOR GEN_ID_TABELA TO 5;
(command made in FireBird
)
Because I would like to create a script with the inserts
, but to avoid errors in the application later, I believe that I must specify in which sequence/position to SEQUENCE
this. (Example, I did 5 inserts
on the table, then the SEQUENCE
will be 5)
So now I get it. It’s really different from Firebird. Thank you !
– JavaTech