I am relatively new to the Banner/Orical 10g platform and I am working on doing specialized queries of the the Banner data bases where there is a predefined set of data that I need to pull information on individually. In the past I know the array issues was not available in SQL, does anyone have a way that a large list can be used as a selection filer (WHERE statement.
The example of what I would like to do is
SELECT SPIDEN_ID
FROM SPRIDEN
WHERE SPRIDEN_ID = ( THIS IS WHERE IN NEED TO USE THE LISTING OF OVER 200 IDS)