Tagged Questions

0
votes
3answers
2k views

Oracle correlated subquery in FROM list

I just tried to do a correlated subquery in the FROM clause of a SELECT statement in Oracle, but I was given an error indicating that I couldn't do the correlation (something to the effect that …