Subject | declare cursor |
---|---|
Author | Jordi Gálvez |
Post date | 2001-04-19T13:24:20Z |
Hi!
how can I create a cursor? the documentation talks about something like:
DECLARE cursor CURSOR FOR <select> [FOR UPDATE OF <col> [, <col>.]];
available in SQL, but this doesn't works, it gives me an invalid token error
just in the cursor name
Jordi
how can I create a cursor? the documentation talks about something like:
DECLARE cursor CURSOR FOR <select> [FOR UPDATE OF <col> [, <col>.]];
available in SQL, but this doesn't works, it gives me an invalid token error
just in the cursor name
Jordi