Skip to content
Advertisement

Tag: arguments

Auto increment function, Oracle PL/SQL

I have a number of triggers which do various things, but at the top of all of those which have unique integer primary keys, I need them to auto increment. The code currently looks as follows: I thought it may be useful to make a small function for this, as I would if this were a conventional programming language. However,

Advertisement