I have around 15.000 conditions in excel. And I want to read this condition and write into "where in" clause on sql developer. Is it possible?
I have around 15.000 conditions in excel. And I want to read this condition and write into "where in" clause on sql developer. Is it possible?
First, you can easily import the usernames from excel file into Oracle table. Assuming the Oracle table
temp
has the columnlogins
where 1500 records stored in it, then you can build your query as follows:I know this is not efficient as might need. But I cannot recall any other method. There are some tools you can use to convert all these 15K values in OR options (put them in single quotes with comma).