I need to insert specific records from a cursor into a table depending on whether or not that record is already in the table based off of an employee number.
I have my cursor set up, but I can't figure out how to insert from that cursor into a table. I was trying to use a normal insert with "from current of cursor_name" at the end, but that of course didn't work.
Any help is appreciated.
Thanks
I have my cursor set up, but I can't figure out how to insert from that cursor into a table. I was trying to use a normal insert with "from current of cursor_name" at the end, but that of course didn't work.
Any help is appreciated.
Thanks