123456789101112-- select an user;SELECT u.id, u.full_name, u.email, u.created_at, u.is_activeFROM public.user_account AS uWHERE u.id = $1::uuid;