Robert Marz
Results
1
issues of
Robert Marz
G-1050 should not apply to check constraints. Check constraints only accept literals, sql-functions (not PL/SQL) and references to columns in same row. see [section "Restrictions on Check Constraints"](https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/constraint.html#GUID-1055EA97-BA6F-4764-A15F-1024FD5B6DFE) ```sql create...