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 | draft_join(
schema,
tableName,
column,
joinType = "LEFT",
joinOnSchema,
joinOnTableName,
joinOnColumn
)
|
Other draft functions:
draft_base()
,
draft_create_table_from_df()
,
draft_create_table()
,
draft_in()
,
draft_limit()
,
draft_random()
,
draft_table_path()
,
draft_where_in()
,
draft_where_like()
,
draft_where_lower_in()
,
draft_where_lower_like()
,
draft_where_lower_not_in()
,
draft_where_not_in()
,
paste_wheres()
,
table.path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.