Click to See Complete Forum and Search --> : Need help Oracle query


mkvsr
May 13th, 2004, 07:59 AM
Hi,
i need to retrive all the data from a single table (Customers table). We have 5000 email address in a text file(each in seperate line), now i have to get data for each email address present in that text file, and store the output in other text file.
Is there any way to do

select * from customers where emailaddress=:email;

can someone suggest me how to proceed.

Best Regards
MKVSR