Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Group By, Aggregate Functions and NULL



I need to Group By a date column that may contain a NULL value. Min() only gives me the lowest date and not NULL if it exists. How do I get a Group By clause to give me NULL if it exists?



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group