parallel_for_commit.sqlx 62 B

1234
  1. evaluate parallel for $i in [1,2,3] do begin
  2. commit;
  3. end do;