Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal_parquet
/
count_with_null_decimal38.sql
blob: 1fe8383c6291134a2ecc438a166648b5bd7ed14b [
file
] [
log
] [
blame
]
SELECT
decimal_with_null_38_4
,
COUNT
(
decimal_with_null_38_4
)
FROM
dfs
.
drillTestDir
.`
CTAS_CSV_PARQUET_DECIMAL38
`
GROUP
BY
decimal_with_null_38_4
;