mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 14:03:03 +01:00
Fixed a mistake.
This commit is contained in:
parent
dd692e9225
commit
8cd8d505f4
@ -13,7 +13,7 @@ Scrollable cursors
|
||||
|
||||
Syntax rules (PSQL):
|
||||
// To declare a cursor:
|
||||
DECLARE CURSOR <name> SCROLL CURSOR FOR ( <select expression> )
|
||||
DECLARE <name> SCROLL CURSOR FOR ( <select expression> )
|
||||
|
||||
// To fetch forward:
|
||||
FETCH <cursor name> [INTO <var name> [, <var name> ...]];
|
||||
|
Loading…
Reference in New Issue
Block a user