Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
PostgreSQL
Cursor 10 codes
Home
PostgreSQL
Cursor
1 BACKWARD -2 to then fetch two rows in the forward direction
2 Close a cursor
3 Cursor MOVE FORWARD
4 Declares a cursor named cur_publisher and then uses that cursor to fetch 2 rows
5 FETCH NEXT and FETCH 4
6 FETCH PRIOR
7 Fetches the first two rows in the cur_employee cursor
8 Fetching rows from a cursor
9 Opens a transaction, declares the cur_publishers cursor, and closes it
10 Using cursor in transaction