Hi guys,
This is what I'm trying to accomplished. I have an Excel file with about 2000 lines of items. It contains two columns, part_no and location. I want to delete these 2000 items from the database using the following statment.
DELETE FROM xxxx_sq WHERE item_no = 'part_no' and loc = 'location'
Is there any good way to merge the Excel records into the statement instead of typing them? What I'm looking for is kind of like Mail Merge function in Word, but I don't know if there is any SQL developer tools to do that.
Any help will be great! Thanks!
This is what I'm trying to accomplished. I have an Excel file with about 2000 lines of items. It contains two columns, part_no and location. I want to delete these 2000 items from the database using the following statment.
DELETE FROM xxxx_sq WHERE item_no = 'part_no' and loc = 'location'
Is there any good way to merge the Excel records into the statement instead of typing them? What I'm looking for is kind of like Mail Merge function in Word, but I don't know if there is any SQL developer tools to do that.
Any help will be great! Thanks!