I have a query. In Oracle the column NUM_DISTINCT of the table table ALL_TAB_COLUMNS showing the number of different values throws me a number that if I compare with the following statement, I get different data:
select count(distinct(CUSTOMER)) from CONTACT
Data using table ALL_TAB_COLUMNS: 23904256
Data using query: 24122992
Does anyone know what the difference is?
I remain attentive to prompt assistance.
Thank you very much.