postgresql7.1 select c.member_state, c.email, c.user_id, c.email_verified_p from users u, cc_users c where u.user_id = c.user_id and u.oid = :row_id