Hyperlink test

Description
select 
hp.party_number,
'HYPERLINK("'||case when hp.url like 'http%' then null else 'https://' end||hp.url||'","'||replace(hp.party_name,'"','""')||'")' party_name,
hp.party_type
from 
hz_parties hp
where
hp.url is not null