Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
decimal_parquet
/
count_distinct_without_null_decimal38.sql
blob: c5302e1ccecabe1eb8d6a3ca9c522b7302111dbf [
file
] [
log
] [
blame
]
SELECT
COUNT
(
DISTINCT
decimal_without_null_38_4
)
FROM
dfs
.
drillTestDir
.`
CTAS_CSV_PARQUET_DECIMAL38
`;