Hi I need to retrieve data from two tables by using cursors
here i need to get data from first table and by comparing with second table data should be retrieved.
can any one help me how to use two cursors on two diff tables and retrieving
Jbenson is right, you do NOT want to use cursors, they are performance killers and are the last resort if nothing else works. If you are not a dba, it is best that you forget about using cursors ever. Give use some sample data and sample results and we can figure out a set-based way to do you task.
"NOTHING is more important in a database than integrity." ESquared
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.