i have a file that consists of ids.
my statement is
select * from table_name where id in (?)
? in the statement should have ids…..but those ids are in file.
help me please what i have to write in the place of ? symbol
without creating table in database cant we done above thing?
Thanks in advance
You should import the file into the database.
You can use
SQL*Loaderfor that, or create a table withORGANIZATION EXTERNAL