Hi i have a table with columns a,b,c,d and i want to insert it into another table with the condition that a,b,c is not the same. If a and b and c is the same, then don't insert. Either one is different, then insert.
I can't use distinct because distinct can only be applied to one column.
Can anyone help me get around this problem ?
I can't use distinct because distinct can only be applied to one column.
Can anyone help me get around this problem ?