Hi,
I'm far from being a SQL expert, so i'm going to try to explain my issue as well as possible :
I have a list of IDs (in a csv file for example) and i want to get different information about them that are stored in many different oracle tables.
So everytime I call a table, I want to be able to do something like that :
SELECT RelevantInfo, ID
FROM mytable
WHERE ID in "mylistofIDs"
How can I do that ?
Thank you
0 ·