Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Select statement

612097Feb 18 2008 — edited Feb 25 2008
Hi 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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 24 2008
Added on Feb 18 2008
15 comments
9,536 views