Skip to Main Content

DevOps, CI/CD and Automation

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!

What's the difference between a group-to-group and a column-to-column link?

paul_williamsJan 20 2003 — edited Aug 16 2007
I normally use a column-to-column link to join queries in my data model. One time, however, I got :

Cannot implement column link for this detail SQL query. Converting to group link.

The child query is a 'SELECT columns FROM (SELECT columns .... ) WHERE rownum < 4', which could be why it's forcing me. I know I could remove the outer query and filter just the first three rows, but I'm intrigued as to what the differences are. Thanks in advance.

Paul Williams
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2007
Added on Jan 20 2003
2 comments
835 views