select 1 from contacts where contact_id = :contact_id select contact_id, given_name || ' ' || family_name as name from contacts where contact_id = :contact_id