Automatic Site Publish by Buildbot
diff --git a/output/docs/json-data-model/index.html b/output/docs/json-data-model/index.html
index e646c95..ebd2960 100644
--- a/output/docs/json-data-model/index.html
+++ b/output/docs/json-data-model/index.html
@@ -1863,9 +1863,9 @@
 . . .
 </code></pre></div></div>
 
-<p>This example shows how to drill down using array notation plus dot notation in features[0].properties.MAPBLKLOT to get the MAPBLKLOT property value in the San Francisco city lots data:</p>
+<p>This example shows how to drill down using array notation plus dot notation in features[0].<code class="language-plaintext highlighter-rouge">properties</code>.MAPBLKLOT to get the MAPBLKLOT property value in the San Francisco city lots data. Note that the word ‘properties’ is a Drill SQL keyword, so must be surrounded by back-ticks:</p>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>SELECT features[0].properties.MAPBLKLOT, FROM dfs.`/Users/drilluser/citylots.json`;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>SELECT features[0].`properties`.MAPBLKLOT, FROM dfs.`/Users/drilluser/citylots.json`;
 
 |------------|
 |   EXPR$0   |
diff --git a/output/feed.xml b/output/feed.xml
index a594397..d4d0286 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, 08 May 2023 17:47:10 +0000</pubDate>
-    <lastBuildDate>Mon, 08 May 2023 17:47:10 +0000</lastBuildDate>
+    <pubDate>Mon, 09 Oct 2023 15:52:31 +0000</pubDate>
+    <lastBuildDate>Mon, 09 Oct 2023 15:52:31 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/json-data-model/index.html b/output/zh/docs/json-data-model/index.html
index dac2e76..a23b998 100644
--- a/output/zh/docs/json-data-model/index.html
+++ b/output/zh/docs/json-data-model/index.html
@@ -1863,9 +1863,9 @@
 . . .
 </code></pre></div></div>
 
-<p>This example shows how to drill down using array notation plus dot notation in features[0].properties.MAPBLKLOT to get the MAPBLKLOT property value in the San Francisco city lots data:</p>
+<p>This example shows how to drill down using array notation plus dot notation in features[0].<code class="language-plaintext highlighter-rouge">properties</code>.MAPBLKLOT to get the MAPBLKLOT property value in the San Francisco city lots data. Note that the word ‘properties’ is a Drill SQL keyword, so must be surrounded by back-ticks:</p>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>SELECT features[0].properties.MAPBLKLOT, FROM dfs.`/Users/drilluser/citylots.json`;
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>SELECT features[0].`properties`.MAPBLKLOT, FROM dfs.`/Users/drilluser/citylots.json`;
 
 |------------|
 |   EXPR$0   |
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 9dd0257..590d10b 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, 08 May 2023 17:47:10 +0000</pubDate>
-    <lastBuildDate>Mon, 08 May 2023 17:47:10 +0000</lastBuildDate>
+    <pubDate>Mon, 09 Oct 2023 15:52:31 +0000</pubDate>
+    <lastBuildDate>Mon, 09 Oct 2023 15:52:31 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>