Re: problem with date/time constants - Mailing list pgsql-sql

From Bhuvan A
Subject Re: problem with date/time constants
Date
Msg-id Pine.LNX.4.20.0107041014320.17628-100000@Larry.bks
Whole thread Raw
In response to problem with date/time constants  ("datactrl" <quals@bigfoot.com>)
List pgsql-sql
Hi,

'now' is a function... 
so try 'select now();'

On Tue, 3 Jul 2001, datactrl wrote:

> Hi, 
> server:PostgreSQl 7.1
> why doesn't following statement work?
> "select now;"
> 
> THANK YOU!
> JACK LIU
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://www.postgresql.org/search.mpl
> 



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: count(*)
Next
From: "omid omoomi"
Date:
Subject: Re: My First Function