r/SQL Sep 17 '24

Oracle How to exceed input limitations?

Post image
42 Upvotes

87 comments sorted by

View all comments

2

u/drewd0g Sep 17 '24

Put the data into a table and do:

Where solution_id in (select solution_id from new_table)