Skip to content

Commit 6d99483

Browse files
replace "Oracle 12c" with "Oracle Database 12c"
1 parent 5375218 commit 6d99483

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/3-dml-and-sql/1-general

1 file changed

+1
-1
lines changed

docs/4-language-usage/3-dml-and-sql/1-general/g-3170.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Oracle Database 12c
1212

1313
## Reason
1414

15-
Default values have been nullifiable until Oracle 12c. Meaning any tool sending null as a value for a column having a default value bypassed the default value. Starting with Oracle 12c default definitions may have an `on null` definition in addition, which will assign the default value in case of a `null` value too.
15+
Default values have been nullifiable until Oracle Database 12c. Meaning any tool sending null as a value for a column having a default value bypassed the default value. Starting with Oracle Database 12c default definitions may have an `on null` definition in addition, which will assign the default value in case of a `null` value too.
1616

1717
## Example (bad)
1818

0 commit comments

Comments
 (0)