hellbeach
IS-IT--Management
- Apr 15, 2003
- 243
Hello everyone
Does anyone know a way to compare two lists with a common columb and get one list with the result, like this:
list 1:
columb1 columb2
1 hello
2 hello2
1 hello3
list 2:
columb1 columb2
1 hello4
1 hello5
2 hello6
and the resulting list will be:
columb1 columb2
2 hello2
2 hello6
/Dan
Does anyone know a way to compare two lists with a common columb and get one list with the result, like this:
list 1:
columb1 columb2
1 hello
2 hello2
1 hello3
list 2:
columb1 columb2
1 hello4
1 hello5
2 hello6
and the resulting list will be:
columb1 columb2
2 hello2
2 hello6
/Dan