Subject declare cursor
Author Jordi Gálvez
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