SqlInsert
Alias:SqlInsert
Output:Unit
Inserts data into a SQL table
| Parameter | Type | Required | Position | Default Value | Summary |
|---|---|---|---|---|---|
| Entities Sql | array<entity> | ✔ | 1 | The entities to insert | |
| Schema | entity | ✔ | 2 | The schema that the data must match | |
| PostgresSchema | string | 3 | No schema | The schema this table belongs to, if postgres | |
| Connection | entity | 4 | The Most Recent Connection | The Connection String |