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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a6d2d3cd15 Publish built docs triggered by 
5fd831fce9bf8fddeb85a903c6be9ec49c9afda0
a6d2d3cd15 is described below

commit a6d2d3cd1561c126373a049f01dc27e19c8dbcb4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 12 19:56:11 2025 +0000

    Publish built docs triggered by 5fd831fce9bf8fddeb85a903c6be9ec49c9afda0
---
 _sources/user-guide/sql/select.md.txt | 14 --------------
 searchindex.js                        |  2 +-
 user-guide/sql/select.html            | 10 ----------
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/_sources/user-guide/sql/select.md.txt 
b/_sources/user-guide/sql/select.md.txt
index eb8bca7a75..39163cf492 100644
--- a/_sources/user-guide/sql/select.md.txt
+++ b/_sources/user-guide/sql/select.md.txt
@@ -75,20 +75,6 @@ Example:
 SELECT t.a FROM table AS t
 ```
 
-The `FROM` clause can also come before the `SELECT` clause.
-Example:
-
-```sql
-FROM table AS t
-SELECT t.a
-```
-
-If the `SELECT` clause is omitted, the `FROM` clause will return all columns 
from the table.
-
-```sql
-FROM table
-```
-
 ## WHERE clause
 
 Example:
diff --git a/searchindex.js b/searchindex.js
index cb0d2e1671..086a387a8e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 3583f51424..86e4d744b3 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -755,16 +755,6 @@ By default <code class="docutils literal 
notranslate"><span class="pre">ALL</spa
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="k">SELECT</span><span 
class="w"> </span><span class="n">t</span><span class="p">.</span><span 
class="n">a</span><span class="w"> </span><span class="k">FROM</span><span 
class="w"> </span><span class="k">table</span><span class="w"> </span><span 
class="k">AS</span><span class="w"> </span><span class="n">t</span>
 </pre></div>
 </div>
-<p>The <code class="docutils literal notranslate"><span 
class="pre">FROM</span></code> clause can also come before the <code 
class="docutils literal notranslate"><span class="pre">SELECT</span></code> 
clause.
-Example:</p>
-<div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="k">FROM</span><span class="w"> 
</span><span class="k">table</span><span class="w"> </span><span 
class="k">AS</span><span class="w"> </span><span class="n">t</span>
-<span class="k">SELECT</span><span class="w"> </span><span 
class="n">t</span><span class="p">.</span><span class="n">a</span>
-</pre></div>
-</div>
-<p>If the <code class="docutils literal notranslate"><span 
class="pre">SELECT</span></code> clause is omitted, the <code class="docutils 
literal notranslate"><span class="pre">FROM</span></code> clause will return 
all columns from the table.</p>
-<div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="k">FROM</span><span class="w"> 
</span><span class="k">table</span>
-</pre></div>
-</div>
 </section>
 <section id="where-clause">
 <h2>WHERE clause<a class="headerlink" href="#where-clause" title="Link to this 
heading">ΒΆ</a></h2>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to