ERROR | Create as select with referential constraints not allowed |
CAUSE | create table foo (... ref. con. ...) as select ...; |
ACTION | Create the table as select, then alter the table to add the constraints afterwards. |
ERROR | Create as select with referential constraints not allowed |
CAUSE | create table foo (... ref. con. ...) as select ...; |
ACTION | Create the table as select, then alter the table to add the constraints afterwards. |