DATE_ADD, DATE_SUB, ETC

From: Burra <burra(at)colorado(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: DATE_ADD, DATE_SUB, ETC
Date: 2002-01-03 18:28:28
Message-ID: Pine.GSO.4.40.0201031126490.11971-100000@ucsub.colorado.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Does postgres have functions that are similar to these mysql functions?

DATE_ADD(date,INTERVAL expr type)
DATE_SUB(date,INTERVAL expr type)
ADDDATE(date,INTERVAL expr type)
SUBDATE(date,INTERVAL expr type)

--------------------[-- burra(at)colorado(dot)edu --]--------------------------

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jason Earl 2002-01-03 19:29:46 Re: DATE_ADD, DATE_SUB, ETC
Previous Message Frank Bax 2002-01-03 18:10:32 Re: cast int to float