[sql cursor read] #sql
/* Example OPEN c1; FETCH c1 INTO siteID; CLOSE c1; */ FETCH [ NEXT [ FROM ] ] cursor_name INTO variable_list;