Why is it that when I specify 2 column names in the select stmt (vs select 1 column name or select *), I get "Cursor not open" ? I only want to FETCH 2 of many columns.
DECLARE cursorP CURSOR FOR
SELECT code,desc FROM products
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.