Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
db
/
copy_to_file.sql
blob: 61354719e1e9e8fbc444484b782c9e25da6521a7 [
file
] [
log
] [
blame
]
copy src
to
target
/
tmp
/
src
.
txt
;
copy
(
select
*
from
src
)
to
target
/
tmp
/
src2
.
txt sqlinsert src2
;