Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
create_external_with_default_constraint.q
blob: 4690c2cb0bf78ab24089acb0d50a408f2a66aee8 [
file
] [
log
] [
blame
]
CREATE external TABLE table1
(
a INT DEFAULT
56
,
b STRING
);