diff --git a/docs/content/querying/sql.md b/docs/content/querying/sql.md index a02f3e39832..76080fbb0c2 100644 --- a/docs/content/querying/sql.md +++ b/docs/content/querying/sql.md @@ -235,7 +235,7 @@ over the connection time zone. |`CASE WHEN boolean_expr1 THEN result1 \[ WHEN boolean_expr2 THEN result2 ... \] \[ ELSE resultN \] END`|Searched CASE.| |`NULLIF(value1, value2)`|Returns NULL if value1 and value2 match, else returns value1.| |`COALESCE(value1, value2, ...)`|Returns the first value that is neither NULL nor empty string.| - +|`BLOOM_FILTER_TEST(, )`|Returns true if the value is contained in the base64 serialized bloom filter. See [bloom filter extension](../development/extensions-core/bloom-filter.html) documentation for additional details. ### Unsupported features Druid does not support all SQL features, including: