Page MenuHomePhabricator
Paste P16837

state
ActivePublic

Authored by jgleeson on Jul 20 2021, 4:44 PM.
Tags
None
Referenced Files
F34557882: state
Jul 20 2021, 4:47 PM
F34557880: state
Jul 20 2021, 4:44 PM
Subscribers
None
SELECT
state.name AS state, a.*
FROM
civicrm.civicrm_address a
INNER JOIN
civicrm.civicrm_state_province state ON state.id = a.state_province_id
WHERE
contact_id = 306742