Node that compares two tables?

Hi.

Is there a node that compares two tables or merge two tables?

Thank you very much.

What kind of comparison do you have in mind? If rows are equal, based on the values of some/all columns? The Joiner node may be of help, if you perform an inner join and select all columns. Then you only get the rows that are identical in both tables.