Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
values
/
values_int_10.q
blob: f1c8b055cb40613d34eb3b5f3e44a552395ca20d [
file
] [
log
] [
blame
]
SELECT SUM
(
id
)
FROM
(
VALUES
(
999
),(
0
),(
2222
),(-
1
),(
60000
),(
119
),(
91
),(
1
))
tbl
(
id
);