Alternate for not in clause
548849Nov 8 2008 — edited Nov 9 2008Hi All,
i have query which has a query with not in clause...like this:
where column_name not in ('value1','value2',.....)
This is causing a performance hit.
Is it possible to use not exists clause?
Thanks.