Skip to content

Commit

Permalink
Update vectorgeneral.rst
Browse files Browse the repository at this point in the history
SQL Query support only SELECT because it create VIEW...
  • Loading branch information
ehanoj committed Oct 12, 2023
1 parent bf2ce60 commit 34fba31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_manual/processing_algs/qgis/vectorgeneral.rst
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,8 @@ Python code

Execute SQL
-----------
Runs a simple or complex query with ``SQL`` syntax on the source
layer.
Runs a simple or complex query based only on SELECT with ``SQL`` syntax
on the source layer.

Input datasources are identified with ``input1``, ``input2``... ``inputN`` and
a simple query will look like ``SELECT * FROM input1``.
Expand Down

0 comments on commit 34fba31

Please sign in to comment.