Skip to content

Commit f712e50

Browse files
DOCSP-15757 Note that SQL in ADL is read-only (#149)
* DOCSP-15757 Note that SQL in ADL is read-only * DOCSP-15757 updates for feedback
1 parent 3055787 commit f712e50

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/reference/pipeline/sql.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@
1414

1515
.. include:: /includes/extracts/fact-sql-beta-message.rst
1616

17-
``$sql`` processes a SQL query of the data in a collection.
18-
It must be the first stage in the pipeline.
17+
``$sql`` processes an SQL query of the data in a collection. The
18+
``$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.
1924

2025
.. _adl-sql-syntax:
2126

0 commit comments

Comments
 (0)