CrystalUser1
Programmer
Hi,
I am using oracle 9i. I have written a database view using UNION ALL to get the required data.
I am getting the same data using OR condition also. Which is good in performance?
I tested both, OR condition view is taking more time than UNION ALL View. Can anybody explain which is good and why?
thanks
I am using oracle 9i. I have written a database view using UNION ALL to get the required data.
I am getting the same data using OR condition also. Which is good in performance?
I tested both, OR condition view is taking more time than UNION ALL View. Can anybody explain which is good and why?
thanks