actually now i think you can group that with the q...
# squarelibraries
j
actually now i think you can group that with the query so it's like
Copy code
insertThing {
  INSERT INTO ...;
  SELECT last_insert_rowid();
}
👍 1