join. Joining two tables

^table1.join[table2]
^table1.join[table2;options]

The method joins
table2 data to the end of table1. Here, the method will retrieve from table2 the value placed in the column, whose name coincides with the name of the column in table1 or a blank line (if such column cannot be found).
One can set several options, controlling the process, see "Copying options".

Example
^stuff.join[$just_hired_people]

All entries of table $just_hired_people will be joined with table $stuff.


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 21.09.2007