On Tue, Oct 11, 2005 at 12:50:49PM +0530, Vikas J wrote:
> I want to know substitute function for sql server ISNULL() function in postgre
If you look in the index of the PostgreSQL documentation you'll
find an entry for ISNULL:
http://www.postgresql.org/docs/8.0/interactive/bookindex.html
If PostgreSQL's ISNULL doesn't do what you want then please explain
what you're trying to do. Many people on these lists don't use SQL
Server so they don't know its ISNULL works.
(BTW, it's PostgreSQL or Postgres, not Postgre.)
--
Michael Fuhr