remove additional column marks (#16319)

This commit is contained in:
Charles Smith 2024-04-22 19:41:54 -07:00 committed by GitHub
parent 08b5a8b88e
commit 65412f80ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ WHERE "string_value" IS NULL OR "string_value" = ''
Druid returns the following:
|`__time`|`title`|`string_value`|`numeric_value`|
|---|---|---|---|---|---|
|---|---|---|---|
|`2024-01-01T01:04:00.000Z`|`example_3`|`empty`|`null`|
|`2024-01-01T01:05:00.000Z`|`example_4`|`null`|`null`|