You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/12/27 01:31:53 UTC

[drill-site] branch master updated: Add SIMILAR TO to WHERE documentation

This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 20f9611da Add SIMILAR TO to WHERE documentation
20f9611da is described below

commit 20f9611dadc2957ad6c49a04fb910d0520a900af
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Mon Dec 26 20:31:49 2022 -0500

    Add SIMILAR TO to WHERE documentation
---
 _docs/en/sql-reference/sql-commands/088-where-clause.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_docs/en/sql-reference/sql-commands/088-where-clause.md b/_docs/en/sql-reference/sql-commands/088-where-clause.md
index df8e2af19..069e1ec10 100644
--- a/_docs/en/sql-reference/sql-commands/088-where-clause.md
+++ b/_docs/en/sql-reference/sql-commands/088-where-clause.md
@@ -19,6 +19,7 @@ A boolean expression can include one or more of the following operators:
   * IS NULL
   * IS NOT NULL
   * LIKE
+  * SIMILAR TO
   * BETWEEN
   * IN
   * EXISTS