\set tid random(1, 10 * :scale) \set delta random(1, 100000 * :scale) UPDATE pgbench_tellers SET tbalance = :delta WHERE tid = :tid;