Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
db
/
copy_to_table.sql
blob: 674c0fc3522e748df9cf7e4d48ec81d84ac457d4 [
file
] [
log
] [
blame
]
copy src
to
src2 at mysqlconn
;
copy
(
select
*
from
src
)
to
src2 at mysqlconn
;