Is it possible to change/to determine self the name of “generated identity”.
This is needed if you deploying your code in Development, Test, Acceptance, and Production environments automaticly via Jenkins for example!
Automic generation in whole DTAP-step should be rondom and in this case we couldn’t garante the same name of sequence in whole environments! I need the same name in every environment!
ALTER TABLE table_name MODIFY ID GENERATED BY DEFAULT AS IDENTITY (NAME ???);
Djef is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.