Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to tell if a date is NULL??

Re: How to tell if a date is NULL??

From: Brian Peasland <peasland_at_edcmail.cr.usgs.gov>
Date: Thu, 5 Oct 2000 20:19:03 GMT
Message-ID: <39DCE237.B0A4584F@edcmail.cr.usgs.gov>

How about SELECT * FROM table WHERE otherdate IS [NOT] NULL?

HTH,
Brian

Richard Hollingsworth wrote:
>
> Hi. Thanks for reading this.
>
> I need to find out if a date is NULL in SQL. How do you do that?
>
> My best try do far is
>
> Select *******
> From ******
> Where SysDate - OtherDate != 0;
>
> Is there a better way?
>
> Thanks,
> RIchard Hollingsworth
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Thu Oct 05 2000 - 15:19:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US