mirror of https://github.com/apache/druid.git
Docs: Fix typo in tutorial (#16254)
This commit is contained in:
parent
cd69f145b7
commit
df9e1bb97b
|
@ -148,7 +148,7 @@ Druid returns 2. Both the empty string and null values are excluded.
|
|||
|
||||
## Numeric query examples
|
||||
|
||||
Druid does does not count null values in numeric comparisons.
|
||||
Druid does not count null values in numeric comparisons.
|
||||
|
||||
```sql
|
||||
SELECT COUNT(*)
|
||||
|
|
Loading…
Reference in New Issue