Skip to content

Commit

Permalink
Add details to "Execute SQL" alg (#8555)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Oct 17, 2023
2 parents 976b9d9 + 34fba31 commit b045598
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 b045598

Please sign in to comment.