Thanks to visit codestin.com Credit goes to github.com
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 4eb49db commit 4f2cfc5Copy full SHA for 4f2cfc5
doc/src/sgml/ecpg.sgml
@@ -555,7 +555,7 @@ EXEC SQL EXECUTE stmt1 INTO :dboid, :dbname USING 1;
555
</para>
556
557
<para>
558
- If a statement return multiple rows, the application can use a
+ If a statement returns multiple rows, the application can use a
559
cursor declared based on the prepared statement. To bind input
560
parameters, the cursor must be opened with
561
a <literal>USING</literal> clause:
0 commit comments