Untitled

 avatar
unknown
plain_text
a year ago
186 B
4
Indexable
select 
c.name as city,
scio.smopportunityid as opportunity_identificator
from vw_ods_bpm_soft.vw_smcityinopportunity scio 
left join vw_ods_bpm_soft.vw_city c 
	on c.id = scio.smcityid;
Editor is loading...
Leave a Comment