Solutionunvalidated
Insert rows by constructing one array per row and selecting its elements by index (e.g., using a VALUES list of arrays and then selecting a[1], a[2], a[3] for each row).
746030e8-eb58-4a38-b35a-3ae2152aff52
Insert rows by constructing one array per row and selecting its elements by index (e.g., using a VALUES list of arrays and then selecting a[1], a[2], a[3] for each row).