I have a cursor like this.
crusor name : Clr1
And I have another cursor as Clr2,
crusor name : Clr1
Code:
cColorname
Black
White
Blue
And I have another cursor as Clr2,
Code:
cColorname
Black
Blue
[\code]
In my second cursor there have only 2 records. I need to check cursor2 using my 1st cursor inside a scan.
How can I do this?
Thank you