Hi,
I am not an Oracle person (anymore) and I need help with this question, please
If you do:
SELECT COUNT (UNIQUE id) FROM myTable
are the NULL id's counted also??? That is, if you have
id = 1, two id's = 2, and several id's is null, the COUNT would be 3?
Thank you!!
I am not an Oracle person (anymore) and I need help with this question, please
If you do:
SELECT COUNT (UNIQUE id) FROM myTable
are the NULL id's counted also??? That is, if you have
id = 1, two id's = 2, and several id's is null, the COUNT would be 3?
Thank you!!