Extracting time - Mailing list pgsql-general

From Krog, Kenneth
Subject Extracting time
Date
Msg-id 2B592A1461C5D411919B0002A51350A204B36A5C@exch9.private.massmutual.com
Whole thread Raw
Responses Re: Extracting time  (Keary Suska <hierophant@pcisys.net>)
List pgsql-general
 I am attempting to do a query for a specific time based of a response for
 a web site using php as the engine.
 The syntax of the sql is simple

 "SELECT * FROM table WHERE EXTRACT(MINUTE FROM fieldname)=$var;"

Specifically I am trying to pull up the last 30 minutes worth of data that
someone entered.

 Thanks in advance


pgsql-general by date:

Previous
From: Keary Suska
Date:
Subject: Re: UNIQUE constraint and indexing
Next
From: Keary Suska
Date:
Subject: Re: Extracting time