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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7cc94c138 Automatic Site Publish by Buildbot
7cc94c138 is described below

commit 7cc94c13868ed369fb462e00731b5a988e8cfff5
Author: buildbot <[email protected]>
AuthorDate: Thu Oct 20 13:21:04 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/string-manipulation/index.html    | 9 ++++++---
 output/feed.xml                               | 4 ++--
 output/zh/docs/string-manipulation/index.html | 9 ++++++---
 output/zh/feed.xml                            | 4 ++--
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/output/docs/string-manipulation/index.html 
b/output/docs/string-manipulation/index.html
index e047f6260..6e38d73f0 100644
--- a/output/docs/string-manipulation/index.html
+++ b/output/docs/string-manipulation/index.html
@@ -1679,12 +1679,15 @@ true in the case of a match.</p>
 
 <h3 id="ilike-syntax">ILIKE Syntax</h3>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>ILIKE(string, pattern)
+<p>Note that it necessary quote ILIKE function calls using backticks because 
ILIKE
+is also a SQL keyword.</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>`ILIKE`(string, pattern)
 </code></pre></div></div>
 
 <h3 id="ilike-examples">ILIKE Examples</h3>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT ILIKE('abcde', 'ABC%') FROM (VALUES(1));
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT `ILIKE`('abcde', 'ABC%') FROM (VALUES(1));
 |--------|
 | EXPR$0 |
 |--------|
@@ -1692,7 +1695,7 @@ true in the case of a match.</p>
 |--------|
 1 row selected (0.185 seconds)
 </code></pre></div></div>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT ILIKE(last_name, 'Spence') FROM 
cp.`employee.json` limit 3;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT `ILIKE`(last_name, 'Spence') FROM 
cp.`employee.json` limit 3;
 |--------|
 | EXPR$0 |
 |--------|
diff --git a/output/feed.xml b/output/feed.xml
index a83ea2456..418f4c261 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 17 Oct 2022 12:30:23 +0000</pubDate>
-    <lastBuildDate>Mon, 17 Oct 2022 12:30:23 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Oct 2022 13:18:57 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Oct 2022 13:18:57 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/string-manipulation/index.html 
b/output/zh/docs/string-manipulation/index.html
index 4a6f63337..3910799a7 100644
--- a/output/zh/docs/string-manipulation/index.html
+++ b/output/zh/docs/string-manipulation/index.html
@@ -1679,12 +1679,15 @@ true in the case of a match.</p>
 
 <h3 id="ilike-syntax">ILIKE Syntax</h3>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>ILIKE(string, pattern)
+<p>Note that it necessary quote ILIKE function calls using backticks because 
ILIKE
+is also a SQL keyword.</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>`ILIKE`(string, pattern)
 </code></pre></div></div>
 
 <h3 id="ilike-examples">ILIKE Examples</h3>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT ILIKE('abcde', 'ABC%') FROM (VALUES(1));
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT `ILIKE`('abcde', 'ABC%') FROM (VALUES(1));
 |--------|
 | EXPR$0 |
 |--------|
@@ -1692,7 +1695,7 @@ true in the case of a match.</p>
 |--------|
 1 row selected (0.185 seconds)
 </code></pre></div></div>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT ILIKE(last_name, 'Spence') FROM 
cp.`employee.json` limit 3;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT `ILIKE`(last_name, 'Spence') FROM 
cp.`employee.json` limit 3;
 |--------|
 | EXPR$0 |
 |--------|
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 3519fcbdd..cc06d0b2f 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 17 Oct 2022 12:30:23 +0000</pubDate>
-    <lastBuildDate>Mon, 17 Oct 2022 12:30:23 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Oct 2022 13:18:57 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Oct 2022 13:18:57 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to