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