Category
Table Manipulation
Description
Returns a table with the Cartesian product between each row in table1 and the table that results from evaluating table2 in the context of the current row from table1
Microsoft Docs
1226
Status
Completed
Syntax
GENERATEALL(<table1>, <table2>)