I have data that will need to be added into a database. The data looks like this:
Jim Jones 2009-01-01 Red
Susan Hoo 2009-01-04 Red
...
I am writing a procedure for this but don't know how to loop it so that it inserts all of the rows. Is there a tutorial or something that someone can show me to get me started?
Thanks
This is a procedure that will insert live data, the data is not in a file.