Skip to content

Commit

Permalink
remove additional column marks (apache#16319)
Browse files Browse the repository at this point in the history
  • Loading branch information
techdocsmith authored Apr 23, 2024
1 parent 08b5a8b commit 65412f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial-sql-null.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`|

Expand Down

0 comments on commit 65412f8

Please sign in to comment.