update users set screen_name = (select first_names from persons p where p.person_id = user_id) || user_id;