Hi,
Can I create an open several Cursor at once?
I will give an example:
Select * from test ;
join newtable on test.news = newtable.names into cursor XKPRO
Select * from test2 ;
join newtable on test2.news = newtable.names into cursor PGNST
Select * from test3 ;
join newtable on...
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.