Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
local
/
values_into.sql
blob: 3c6a31e8da5660f09c5e9e56ff9d05ca96281a0d [
file
] [
log
] [
blame
]
VALUES
'A'
INTO
code
;
VALUES
(
0
,
100
)
INTO
(
limit
,
count
);
PRINT
code
;
PRINT
count
;
PRINT
limit
;