Closed fukamachi closed 1 year ago
Examples:
(insert-into :table (:col1 :col2) '((1 2) (3 4) (5 6))) (insert-into :table (:col1 :col2) (loop repeat 5 for i from 0 collect (list i (1+ i))))
Examples: