The standard syntax of the FETCH command is:
-
+
FETCH [direction] [amount] IN|FROM cursor name.
-
ORACLE, however, does not use the keywords IN
resp. FROM. This feature cannot be added since it would create parsing
conflicts.
-
dbname[@server][:port][as connection name][user user name]
tcp:postgresql://server[:port][/dbname][as connection name][user user name]
unix:postgresql://server[:port][/dbname][as connection name][user user name]
character variable[as connection name][user user name]
character string[as connection name][user]
default
user
userid
userid/password
userid identified by password
userid using password
connection name
default
current
all
-WARNING: FROM HERE ON THE TEXT IS OUTDATED!
+
Open cursor statement
-STARTING HERE IT IS OKAY AGAIN!
+
Other statements