Log in
The new Sum From Another Table generator populates a column based on the sum of values for a column in a set of rows in another table. For example, in an orders
table, the order_amount
column is populated with the sum of the price
column in the order_items
table, for rows where order_ items.id
matches orders.order_id
.
To avoid confusion with the new table, changed the name of the Sum generator to Sum Of Previous Rows.
When you purchase a Fabricate license, you must now provide a billing address.
Fixed an issue where an incorrect quote character was used in exports to MySQL.
Security enhancement.