Hi Experts ,
I have a cursor which selects the data from another source.
Now I am having a problem with this cursor because i cannot put any where condition as it takes huge time to retrive the data (data's are retrived from views)
The "select * from Source" works fine as it takes less time.
Now how can I filter the cursor (select * from Source ) and load the data into table ?
can I use "select col from curosr where cond= 'something' ?"