[Solved] This is someone else’s code. I am trying to get it to work but dont know whats wrong.


Have you tried to add an INSERT before INTO LOSSES_FORFEED:

INSERT INTO LOSSES_FORFEED

That should work – at least for an MS SQl Server Database. But also the amount of arguments don’t match: the table LOSSES_FORFEED has 5 columns but in the select statement you’re providing 6 arguments.

2

solved This is someone else’s code. I am trying to get it to work but dont know whats wrong.