next up previous contents index
Next: DELETE Up: Crear Previous: CREATE VIEW   Índice General   Índice de Materias

DECLARE

Descripción: Defines a cursor for table access
DECLARE cursorname [ BINARY ] [ INSENSITIVE ] [ SCROLL ]
    CURSOR FOR query
    [ FOR { READ ONLY | UPDATE [ OF column [, ...] ] ]



Ismael Olea 2001-04-21