Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal_parquet
/
count_distinct_with_null_group_by_decimal9.sql
blob: 038f8525927dc896fc438b8c8e235627f26ce1fa [
file
] [
log
] [
blame
]
SELECT
COUNT
(
DISTINCT
decimal_with_null_9_4
)
FROM
dfs
.
drillTestDir
.`
CTAS_CSV_PARQUET_DECIMAL9
`
GROUP
BY
decimal_with_null_9_4
;