Skip to Main Content

Data Science & Machine Learning

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!

How to use data frame as bind variable.

user551641Dec 11 2017 — edited Dec 14 2017

Hi

In order to select a limited subset (e.g. 10K)  of 3 billion rows, I'd like to use a data frame as bind variable.

Something like "select * from threebilliontable where col1 in ( select col1 from table(:b1))" where b1 is the data frame AND the select should be performed

at the database side.

Or join a data frame with a table (I already tried dbplyr with no success) where the joins is pushed to the database.

Is there a way to do this?

Regards Hans-Peter

This post has been answered by rtiran on Dec 13 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2018
Added on Dec 11 2017
5 comments
1,306 views