In my table IDENTIFICACAO_PESSOA
I have a column named IDENTIFICADOR
. This column receives CPF values. However there are values there that do not correspond to CPF, that is, they are outside the standards of a CPF (999.999.999-99). How would a query
return the records that are outside this pattern? And I also want records that contain more than 11 digits (numeric values).