Untitled

 avatar
unknown
sql
2 years ago
160 B
8
Indexable
select 
c."Name" as city,
scio."SmOpportunityId" as opportunity_identificator
from "SmCityInOpportunity" scio 
left join "City" c 
	on c."Id" = scio."SmCityId" 
Editor is loading...
Leave a Comment