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 678fc1d71 Automatic Site Publish by Buildbot
678fc1d71 is described below

commit 678fc1d71cf60c5f9b7caf0fe8bf0339ff34fd74
Author: buildbot <[email protected]>
AuthorDate: Sun Oct 30 00:56:38 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/date-time-functions-and-arithmetic/index.html | 15 +++++++++++++++
 output/feed.xml                                           |  4 ++--
 .../zh/docs/date-time-functions-and-arithmetic/index.html | 15 +++++++++++++++
 output/zh/feed.xml                                        |  4 ++--
 4 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/output/docs/date-time-functions-and-arithmetic/index.html 
b/output/docs/date-time-functions-and-arithmetic/index.html
index ecbc9c526..4902805a9 100644
--- a/output/docs/date-time-functions-and-arithmetic/index.html
+++ b/output/docs/date-time-functions-and-arithmetic/index.html
@@ -1524,6 +1524,10 @@
       <td><a 
href="/docs/date-time-functions-and-arithmetic/#isdate">ISDATE</a></td>
       <td>BOOLEAN</td>
     </tr>
+    <tr>
+      <td><a 
href="/docs/date-time-functions-and-arithmetic/#last_day">LAST_DAY</a></td>
+      <td>DATE</td>
+    </tr>
     <tr>
       <td><a 
href="/docs/date-time-functions-and-arithmetic/#other-date-and-time-functions">LOCALTIME</a></td>
       <td>TIME</td>
@@ -2252,6 +2256,17 @@ SELECT ISDATE('foobar');
 1 row selected (0.062 seconds)
 </code></pre></div></div>
 
+<h2 id="last_day">LAST_DAY</h2>
+<p>Returns the last day of the month of the supplied date/time.</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT LAST_DAY('2022-04-03');
++------------+
+|   EXPR$0   |
++------------+
+| 2022-04-30 |
++------------+
+</code></pre></div></div>
+
 <h2 id="date-time-and-interval-arithmetic-functions">Date, Time, and Interval 
Arithmetic Functions</h2>
 
 <p>Is the day returned from the NOW function the same as the day returned from 
the CURRENT_DATE function?</p>
diff --git a/output/feed.xml b/output/feed.xml
index 6cb0edad0..88dd1937d 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>Thu, 27 Oct 2022 14:38:03 +0000</pubDate>
-    <lastBuildDate>Thu, 27 Oct 2022 14:38:03 +0000</lastBuildDate>
+    <pubDate>Sun, 30 Oct 2022 00:54:32 +0000</pubDate>
+    <lastBuildDate>Sun, 30 Oct 2022 00:54:32 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/date-time-functions-and-arithmetic/index.html 
b/output/zh/docs/date-time-functions-and-arithmetic/index.html
index 7a4e21950..57c3af233 100644
--- a/output/zh/docs/date-time-functions-and-arithmetic/index.html
+++ b/output/zh/docs/date-time-functions-and-arithmetic/index.html
@@ -1524,6 +1524,10 @@
       <td><a 
href="/zh/docs/date-time-functions-and-arithmetic/#isdate">ISDATE</a></td>
       <td>BOOLEAN</td>
     </tr>
+    <tr>
+      <td><a 
href="/zh/docs/date-time-functions-and-arithmetic/#last_day">LAST_DAY</a></td>
+      <td>DATE</td>
+    </tr>
     <tr>
       <td><a 
href="/zh/docs/date-time-functions-and-arithmetic/#other-date-and-time-functions">LOCALTIME</a></td>
       <td>TIME</td>
@@ -2252,6 +2256,17 @@ SELECT ISDATE('foobar');
 1 row selected (0.062 seconds)
 </code></pre></div></div>
 
+<h2 id="last_day">LAST_DAY</h2>
+<p>Returns the last day of the month of the supplied date/time.</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT LAST_DAY('2022-04-03');
++------------+
+|   EXPR$0   |
++------------+
+| 2022-04-30 |
++------------+
+</code></pre></div></div>
+
 <h2 id="date-time-and-interval-arithmetic-functions">Date, Time, and Interval 
Arithmetic Functions</h2>
 
 <p>Is the day returned from the NOW function the same as the day returned from 
the CURRENT_DATE function?</p>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index fbb90370c..e0b361066 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>Thu, 27 Oct 2022 14:38:03 +0000</pubDate>
-    <lastBuildDate>Thu, 27 Oct 2022 14:38:03 +0000</lastBuildDate>
+    <pubDate>Sun, 30 Oct 2022 00:54:32 +0000</pubDate>
+    <lastBuildDate>Sun, 30 Oct 2022 00:54:32 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to