SQL Language (MOSC)

MOSC Banner

Comparing null values in Oracle 10G

edited Feb 18, 2010 4:37AM in SQL Language (MOSC) 5 comments
HELLO!

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center