You are here: Re: How to get last date only once all have been filled in « MsSQL Server « IT news, forums, messages
Re: How to get last date only once all have been filled in

Posted by Erland Sommarskog on 08/08/06 14:19

Trevor Best (googlegroups@besty.org.uk) writes:
> I want to be able to return the last date, e.g.
>
> (select Max(DateColumn) From Table)
>
> However if any of the DateColumn fields are null I want to return a
> null, is there a simple way to do this?

SELECT CASE WHEN EXISTS (SELECT * FROM tbl WHERE DateColumn IS NULL)
THEN NULL
ELSE MAX(DateColumn)
FROM tbl


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация