concatenate delete duplicates; select where - jmp list
Hello,this problem really puzzles me.I want to make an concatenate but in the one table (dt2) I got also some entries I've got allready in the first one (dt1). I want to keep the ones in the first data Table (dt1) and want to delete them in the second one (dt2).I allready tried and have another problem using the select where and delete the duplicates in the second table before concatenating. I hav...