Comparing null values in Oracle 10G
In Oracle 10G this query does not return the registries with null values in the column " fecha_vencimiento_contrato" but in Oracle 9i it considers if them, somebody knows since I do so that in it considers 10g them?
SELECT count(1) FROM PLAZAS WHERE fecha_vencimiento_contrato >= '31/Oct/2008';
Thanks