Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
check_constraint_qual_name.q
blob: 6a3ec47ed3b9fc739e71b5ebbef648e44480c65c [
file
] [
log
] [
blame
]
--
FULLY
Qualified
names are
not
allowed
as
check expression
create table tconstr
(
i
int
,
j
int
CHECK
(
tconstr
.
i
>
j
));