EXEC SQL [FOR { integer | :array_size }]
 FETCH { cursor | :cursor_variable } 
 INTO [SQL] DESCRIPTOR [ GLOBAL | LOCAL ] 
 { :descriptor_name | 'descriptor name' }

ÿ