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!

How to display result using column values in Oracle SQL

3180175Feb 24 2016 — edited Feb 24 2016

Hello All,

I have been given a task to find out players scored in both champions league and premier league and i should not use where clause.

Info:

The table consist of Columns( Player_name, Club_name,League_name,Goals_Tally)

Few players scored in both champions league and premier league and few just scored in premier league alone.

I want to get a result where player scored in both leagues. I think for this result i should use SQL functions to get the result.

Any help on this would be greatly appreciated.

Table Capture.JPG

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2016
Added on Feb 24 2016
27 comments
4,387 views