DataBase - Query NON EXISTS






select *
from padln.t_gra_sint a
where not exists
(select *
from gcgfm.t_gra_sint b

where a.tip_flu=b.tip_flu
and a.dat_cre_flu=b.dat_cre_flu )

(databasequerynonexists.html)- by Paolo Puglisi - Modifica del 25/3/2019