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!

Trouble understanding the new 12c LATERAL inline view

user1688514Dec 11 2014 — edited Dec 21 2014

Hi all,


I'm having hard time in understanding this statement from the oracle docs about LATERAL inline view.

Do you know what this means?
"

Restrictions on LATERAL: Lateral inline views are subject to the following restrictions:

  • If a lateral inline view contains the query_partition_clause, and it is the right side of a join clause, then it cannot contain a left correlation to the left table in the join clause. However, it can contain a left correlation to a table to its left in the FROM clause that is not the left table. "
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 18 2015
Added on Dec 11 2014
5 comments
1,853 views