INSERT data to tan-target
INSERT data to STRINGSET columns in the tan-target
table
Before you begin
INSERT statement
INSERT INTO tan-target (
_id,
stuff
)
VALUES
(identifier('tan-target'), ['cookies', 'milk']),
(identifier('tan-target'), ['cup', 'plate']);
Arguments
Argument | Description | Additional information |
---|---|---|
INSERT INTO | Insert an array of string values to the stuff stringset column with automatically incremented row _id values | IDENTIFIER() function |