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