SQL advice #2386
Closed
ondohotola
started this conversation in
FAQ
SQL advice
#2386
Replies: 3 comments
-
figured it out |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ondohotola, if you don't mind can you show your solution? 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
-
something like SELECT t1.* FROM largertable t1
WHERE t1.some NOT IN (SELECT t2.another FROM smallertable t2); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given two CSV files with differing headers headers and differing number of records how do I find the ones in the bigger one that are not in the smaller one, using a column (of names) in each?
Beta Was this translation helpful? Give feedback.
All reactions