| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> How to test for a null value in a date column
I am creating the following view
CREATE OR REPLACE VIEW AllMedics AS
SELECT * FROM Medic m, Employee e WHERE e.EmployeeID = m.MedicID AND e.DateFinished = NULL;
But all I get is "no rows selected". How do I test a date column to see if it is null?
NB The DateDinished above means the date that the employee was fired/resigned.
Any help would be greatly appriciated.
Jagdip Singh Ajimal Received on Thu Feb 12 2004 - 06:35:23 CST
![]() |
![]() |