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
const pool = new pg.Pool({connectionString: 'livesotope'});
async function random() {
await pool.query('update app_public.people set ranking = ranking + (random() * 100)::int where id = (select id from app_public.people order by random() limit 1);');