DEFAULT ON NULL FOR INSERT AND UPDATE in Oracle Database 23ai/26ai
In Oracle 23ai/26ai we can define a column as DEFAULT ON NULL FOR INSERT AND UPDATE. This replaces explicit null values with the default value in update statements.
oracle 23configurationintermediate
by OracleDba
21 views