Skip to content

Insert multiple rows together? #67

Description

@charJe

a form like this

INSERT INTO table (attr1, attr2) VALUES (val11, val12), (val21, val22);

with something like this:

(let ((itmes (list (list val11 val12) (list val21 val22)))))
  (insert-into :table '(:attr1 :attr2) items))

Is this possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions