How can I write a query that does multiple insertions at once?
I have an array of Ids that I want to assign to a single id in a "bridging" table for a many to many relationship:
ie:
singleId: id1
singleId: id2
singleId: id3
ie:
singleId: id1
singleId: id2
singleId: id3