Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
drop_invalid_constraint2.q
blob: 871bd3e2c8f86ea7359de3d6aff9360f65bb95ff [
file
] [
log
] [
blame
]
CREATE TABLE table2
(
a STRING
,
b STRING
,
constraint pk1 primary key
(
a
)
disable
);
ALTER TABLE table1 DROP CONSTRAINT pk1
;