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
SELECT ns_id, player_id, currency_id, amount from balance_pgbench_:shard_num WHERE ns_id=:ns_id AND player_id=:root_player_id AND amount > 0 ORDER BY classifier_id DESC, created;
SELECT balance_version FROM balance_version_pgbench_:shard_num WHERE root_player_id=:root_player_id;