Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
alter_tableprops_non_numeric_1.q
blob: 51746558b224d3db89cb040e3249132bc670b492 [
file
] [
log
] [
blame
]
create table stat_test
(
a
int
);
alter table stat_test
set
TBLPROPERTIES
(
'numRows'
=
''
);