0
Good morning..
I have the table [BCT_PESSOA]
with PK [ID_PESSOA]
this table has relationship with the table [BCS_USUARIO]
with the column [ID_PESSOA]
I would like to return all records to the table [BCT_PESSOA]
that the [ID_PESSOA]
do not exist in the table [BCS_USUARIO]
.
In terms of set theory, what it requires is
C = A - B
– José Diz