Select statement
612097Feb 18 2008 — edited Feb 25 2008Hi all,
I've been having really hard time getting this query done. Here is the scenario. I have a table with columns client_score, client_favor, client_dependable and value_percent. Now I need to get all the clients whom meet all the following criteria.
client_score greater than 60 value_percent
and
client_favor less than 40 value_percent
and
client_dependable greater than 50 value_percent.
I do not know if I can have case statement within where clause in pl/sql. Any suggestion would be appreciated.
thank you.