Firebird Documentation Index → Firebird 2.0 Language Ref. Update → PSQL statements → OPEN cursor |
Available in: PSQL
Added in: 2.0
Description: Opens a previously declared cursor, executing its SELECT statement and enabling it to fetch records from the result set.
Syntax:
OPENcursorname
;
Example: See DECLARE ... CURSOR.
Firebird Documentation Index → Firebird 2.0 Language Ref. Update → PSQL statements → OPEN cursor |