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 2279f7b commit 5ece0ebCopy full SHA for 5ece0eb
doc/sql.extensions/README.sql_package.md
@@ -4,7 +4,7 @@
4
5
## Procedure `EXPLAIN`
6
7
-`RDB$SQL.EXPLAIN` returns tabular information of a query's plan, without execute the query.
+`RDB$SQL.EXPLAIN` returns tabular information of a query's plan, without executing the query.
8
9
Since `SQL` text generally is multi-line string and have quotes, you may use `<alternate string literal>`
10
(strings prefixed by `Q`) as a way to make escape easy.
0 commit comments