We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3055787 commit f712e50Copy full SHA for f712e50
source/reference/pipeline/sql.txt
@@ -14,8 +14,13 @@
14
15
.. include:: /includes/extracts/fact-sql-beta-message.rst
16
17
-``$sql`` processes a SQL query of the data in a collection.
18
-It must be the first stage in the pipeline.
+``$sql`` processes an SQL query of the data in a collection. The
+``$sql`` stage:
19
+
20
+- Must be the first stage in the pipeline.
21
+- Supports ``SELECT`` and ``UNION`` statements only.
22
23
+Use this stage for read-only queries.
24
25
.. _adl-sql-syntax:
26
0 commit comments