OR and UNION
620262Jan 29 2008 — edited Jan 29 2008Is there any difference between OR condition in where clause and set operator UNION?
i tried queries with OR condition in where clause and then split that query in two queries with UNION set operator.
i have tested for some queries and its giving me the same output but i am not sure is this the right approach for performance tunning purpose.
please suggest for the same.