Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
temp_table_rename.q
blob: 336ccb12e8eea16a95fbe0893ed5178c11223d84 [
file
] [
log
] [
blame
]
create temporary table tmp1
(
c1
string
);
create temporary table tmp2
(
d1
string
);
alter table tmp2 rename to tmp1
;