I'm not very familiar with informix SPL, but I need to do a procedure that does what seems to be fairly simple.
I am going to pass as a parameter a long, delimited string of text. I need the procedure to take this, parse it, and insert each item into a table. So the first item it comes to, it inserts into field a, the next, field b, the next, field c. Once it gets to C, it starts a new r with the next three items it comes to.
Anyone have any tips on how to start?
I am going to pass as a parameter a long, delimited string of text. I need the procedure to take this, parse it, and insert each item into a table. So the first item it comes to, it inserts into field a, the next, field b, the next, field c. Once it gets to C, it starts a new r with the next three items it comes to.
Anyone have any tips on how to start?