insert property
Insert new rows in a table.
If any of the rows already exist, the write or transaction fails with
error ALREADY_EXISTS
.
Implementation
Write? insert;
Insert new rows in a table.
If any of the rows already exist, the write or transaction fails with
error ALREADY_EXISTS
.
Write? insert;