I have a problem with a query, which I need to do a left outer join of one table with another, or considering values as 0, if that's the case, basically what I was doing was as follows.
select B.coluna
from A, B
where A.coluna = B.coluna(+) or...
asked by
09.10.2017 / 21:20