This directory contains 20 workflows.
Joins two tables based on a selected column value in the TOP input table being between the values in the BOTTOM input table 12 November 2022 @takbb Brian Bates
Joins two tables based on a selected column value in the TOP input table containing within it, a value in the BOTTOM input table. (i.e. the value in the […]
Joins two tables based on a selected column value in the TOP input table containing within it, a value in the BOTTOM input table. (i.e. the value in the […]
Joins two tables: t1 the TOP input table and t2 the BOTTOM input table Specify the columns to be returned using the column filters. Specify the […]
Joins two tables: t1 the TOP input table and t2 the BOTTOM input table Specify the columns to be returned using the column filters. Specify the […]
Joins THREEtables: T1 T2 T3 (in order of the input ports from top to bottom) Specify the condition, using SQL (H2 Database syntax) e.g. t1."id" = […]
Joins FOUR tables: T1 T2 T3 T4 (in order of the input ports from top to bottom) Specify the condition, using SQL (H2 Database syntax) e.g. t1."id" = […]
Joins two tables based on a selected column value in the TOP input table matching a Wilcard pattern contained in the BOTTOM input table. Standard SQL […]
Joins two tables based on a selected column value in the TOP input table matching a Wilcard pattern contained in the BOTTOM input table. Standard SQL […]