Description Usage Arguments Value
equi-join query by taking parameters of both queries and field over which to join them.
1 2 3 | formulate_equi_join_query(left_array_or_query, right_array_or_query,
left_fields_to_join_by, right_fields_to_join_by,
keep_dimensions = TRUE)
|
left_array_or_query |
first array or query to be joined |
right_array_or_query |
second array or query to be joined |
keep_dimensions |
whether to maintain the dimensions of the arrays |
left_fields_to_join |
the fields from the first array or query on which to join |
right_fields_to_join |
the fields from the second array or query on which to join |
returns the query string for performing equijoin in scidb
The formulate_equi_join_query creates the equi join query to be used in scidb based on these parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.