Hi,
I am new to db2. Can anyone help me out to create a stored procedure to import a csv file to existing database.
I used this command and its working fine.
import from 'C:\test1.csv' of del
insert into det1 (name,age,salary)
Now i need to write a sp for this. How to do this??
I appreciate you kind help.
thanks,
Manoj