1-- Find the password hash from an user 2select u.password_hash 3from public.user_account as u 4where u.id = $1;