Lista < /p>
Code: Select all
ID Name Age
001 Andy null
002 Sam null
< /code>
listB < /p>
ID Name Age
001 Andy 10
Code: Select all
ListA.ID == ListB.ID
ListA.Name == ListB.Name
< /code>
Das Endergebnis wäre also: < /p>
ID Name Age
001 Andy 10
002 Sam null
Mobile version