Skip to Main Content
  • Questions
  • Query not working in Oracle , Missing expression error

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, vishwas.

Asked: January 21, 2018 - 5:30 am UTC

Last updated: January 22, 2018 - 11:05 am UTC

Version: 11g

Viewed 1000+ times

You Asked

i want to get column 2 of y table if column 1 of y table is equal to column 1 of z table this query working in mysql


but,this query not working in oracle am getting missing expression error....can u please help me to sort this issue

and Connor said...

I looked into my crystal ball to see if I could see any definitions, or anything we could use to help understand the question....but alas no :-(

CRYSTAL_BALL

So I'll take a *guess* based on the very very brief information given.

select col2 from y
where col1 in ( select col1 from z )

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

SQL

The Oracle documentation contains a complete SQL reference.