Hi again,
Back with another question for you. I'm importing files from one table to another, and i need to run a validation check.
Basically I have a table that may or may not have multiple instances of the same Brochure Code. I have been trying to remove these multiple instances to a seperate table in order to tell the suppliers 'Which is the correct record'. I have been trying to use the GROUP BY clause, but it is not giving me what i want.
There you go, i am looking for a way to remove multiple instances of the same record based on field name BorchureCode so that i can move them to a different table so that I can query the supplier.
As per usual, Any and all suggestions are more than welcome. (you may have guessed by now that I am absolutely terrible at SQL - maybe i should get my firm to pay for a course on it? ;op )
Connor
Back with another question for you. I'm importing files from one table to another, and i need to run a validation check.
Basically I have a table that may or may not have multiple instances of the same Brochure Code. I have been trying to remove these multiple instances to a seperate table in order to tell the suppliers 'Which is the correct record'. I have been trying to use the GROUP BY clause, but it is not giving me what i want.
There you go, i am looking for a way to remove multiple instances of the same record based on field name BorchureCode so that i can move them to a different table so that I can query the supplier.
As per usual, Any and all suggestions are more than welcome. (you may have guessed by now that I am absolutely terrible at SQL - maybe i should get my firm to pay for a course on it? ;op )
Connor