Re: DateDiff, IsNull?

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "Bill" <bchie(at)opensys(dot)com(dot)hk>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: DateDiff, IsNull?
Date: 2001-08-14 15:16:07
Message-ID: web-101872@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bill,

> I am a newbie to postgreSQL, is it possible to write a "DateDiff",
> "IsNull" function work same as the one in SQL Server and are there
> and
> sample out there?

I take it that you want to do this to port an exisiting application?

If so, the DateDiff thing has already been covered in Roberto Mello's
"cookbook".

However, ISNULL, last I checked, was a Microsoft Access function and not
supported by MS SQL Server. If you're porting from MS Access, you'll
need to fix a lot more of your SQL than the functions. There is,
however, help for MS Access users:
(for both of the above)
http://techdocs.postgresql.org/

> And is it possible to override the existing
> function and
> operator like "+" to become a concate?

How's your C porgramming? It's an open-source database, you can do
anything for which you have the skill and the time. The advisability of
doing so, however, is another thing entirely ...

Given that all of the MS SQL Server "peculiarities" are not ANSI SQL
standard, have you given any thought to porting by search-and-replace
script instead of trying to make Postgres support a bunch of
non-standard operators and functions? It'd be easier.

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Attachment Content-Type Size
unknown_filename text/plain 2 bytes
unknown_filename text/plain 2 bytes
unknown_filename text/plain 2 bytes

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-08-14 15:25:20 Re: problem connecting to pg.
Previous Message Gary Stainburn 2001-08-14 15:12:32 Re: Re: Are circular REFERENCES possible ?