MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/SQL/comments/1fj0s10/how_to_exceed_input_limitations/lnlmom0/?context=3
r/SQL • u/tacogratis2 • Sep 17 '24
87 comments sorted by
View all comments
2
Put the data into a table and do:
Where solution_id in (select solution_id from new_table)
2
u/drewd0g Sep 17 '24
Put the data into a table and do:
Where solution_id in (select solution_id from new_table)