OracleDB12c New Feature: Use of Sequence Value in Column DEFAULT
Happy 4th of July! In the 12c new feature a day series, I discussed the “Identity Column” feature yesterday. Extension to that feature is now you can use sequence pseudo-column NETXTVAL or CURRVAL as DEFAULT value for a column in table definition. In the prior releases to be able to do this, a trigger and … Read more