I needed to retrieve information that was in one table, but not in another.
Searching found that NOT EXISTS would serve this purpose, but I saw that the Left Join has the same result:
NOT EXISTS
select pedido from logintegracao as A
where...
asked by
09.12.2015 / 19:11