SQL Performance (MOSC)

MOSC Banner

Subquery to Join

edited Feb 8, 2014 11:50AM in SQL Performance (MOSC) 12 commentsAnswered ✓

I have simple subquery based sql statement and hope someone could help converting it into a Join equivalent format.

select column1,column2 from Table1 where column1 in (select ColumnA from Table2 where ColumnB=1)

Thank you.

Martin

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center