1
I have a table containing user information. it contains a field called competence. And when I want to pull information from some user I pull competence so:
SELECT * FROM registro WHERE competencia = '01/2019'
Here’s what I want to do: Find all the information that exists in the '01/2019' competence but do not exist in the '02/2019'.