I'm trying to find the numbers that have not yet been registered at the bank.
I have a client table, in it I have the fields codigo
and nome
.
When the user registers the client, he places the code manually, so he runs the risk of skipping some numbers.
Is there any way to SQL
to try to select those numbers that have not yet been registered?