Skip to content

Commit f5ec811

Browse files
authored
Update 7-validate-json-with-domains.sql
1 parent 7030db3 commit f5ec811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data-platform/core-converged-db/database-23c/sql-domains/7-validate-json-with-domains.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ create domain p_recorddomain AS JSON VALIDATE USING '{
2222
}
2323
}' ;
2424

25-
2625
-- a check constraint is automatically created.
2726

2827
set long 1000
@@ -31,7 +30,7 @@ select name, generated, constraint_type, search_condition
3130
from user_domain_constraints where domain_name like 'P_RECORD%';
3231

3332

34-
-- create a table person_json
33+
-- create a table person
3534

3635
drop table person;
3736

0 commit comments

Comments
 (0)