I have a small list (<200) Person_IDs which I have sitting in a .csv file. I would like to build a query that will search my Oracle 11G Database Person Table and pull specific information for each individual in one swoop. Example: I need name, dob & address.
I’ve never written a query like this before, and wondering what is the best approach.
Any tips are welcome.
Thanks!
I guess the “IN” approach will do. I was however hoping for a cleaner method.