You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WRITE_ROW_SQL='UPDATE "world" SET "randomnumber"=$2 WHERE id=$1'
30
+
WRITE_ROW_BATCH_SQL='UPDATE "world" w SET "randomnumber"=u.new_val FROM (SELECT unnest($1::int[]) as id, unnest($2::int[]) as new_val) u WHERE w.id = u.id'
0 commit comments