We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa6b47 commit 7030db3Copy full SHA for 7030db3
data-platform/core-converged-db/database-23c/sql-domains/1-creating-domain.sql
@@ -2,9 +2,10 @@ REM Script for 23c: 1-creating-domain.sql
2
3
-- optional drop the domain.
4
-- Using FORCE in contrast to PRESERVE disassociates the domain from all its dependent columns
5
+
6
drop domain myemail_domain;
7
---create a domain to describe an email
8
+-- create a domain to describe an email
9
10
create domain if not exists myemail_domain AS VARCHAR2(100)
11
default on null 'XXXX' || '@missingmail.com'
0 commit comments