Plus join
x pj y pj[x;y]
Where
x and y are tablesy is keyedy are columns of xreturns x and y joined on the key columns of y.
pj adds matching records in y to those in x, by adding common columns, other
than the key columns. These common columns must be of appropriate types for addition.
For each record in x:
y it is added to the x record.y, common columns are left unchanged, and new columns are zero.