Construct join type JOIN schema.table.column2 ON schema.table.column2 = schema.table.column1 part of the sql statement
1 2 3 4 5 6 7 8 9 | constructJoin(
schema,
tableName,
column,
joinType = "LEFT",
joinOnSchema,
joinOnTableName,
joinOnColumn
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.