You are on page 1of 1

Monto potencial x Industria

=================================
select ra.indname as 'Industria', sum(op.MaxSumLoc) as 'Volumen Potencial'
from oopr op
left join oond ra on op.industry = ra.indcode
where op.industry is not null

You might also like