Bulk Create Rows
{
name: "John",
age: 30
},
{
name: "Doe",
age: 28
}
Last updated
Was this helpful?
{
name: "John",
age: 30
},
{
name: "Doe",
age: 28
}
Last updated
Was this helpful?
Was this helpful?
INSERT INTO users (name, age) VALUES ('John', 30), ('Doe', 28);{
id: 23,
created_at: "2022-10-21",
// this value will not be sent to the server
required_at: undefined,
}