blob: 0cc7c87ddb5cf8832f414aa78c5a2e225b5217eb [file] [log] [blame]
CREATE TABLE table1 (a STRING, b STRING, primary key (a) disable);
CREATE TABLE table2 (a STRING, b STRING, primary key (a) disable rely);
alter table table3 add constraint fk1 foreign key (c) references table1(a) disable novalidate;