Re: problems with date and interval queries. - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: problems with date and interval queries.
Date
Msg-id 20030210110244.G234-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: problems with date and interval queries.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Mon, 10 Feb 2003, Tom Lane wrote:

> Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> > interval <stuff> is the form for an interval literal.  If the column is
> > already an interval, you probably don't need it at all.  If you need to
> > cast it you should do a cast CAST (num_min AS INTERVAL)
>
> I don't believe there is a cast from any numeric type to interval.

Yeah, but I think he was making an interval string in the subselect,
something like '27 minutes'.

> I'd recommend the interval-times-float operator.  It should work to
> write
>
>     num_min * interval '1 min'
>
> This approach has the advantage that it trivially adapts to whatever
> unit you happen to have the column stated in (seconds, minutes, days, ...)

That's better in any case though :)



pgsql-sql by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: order by date desc but NULLs last
Next
From: "Ehmann, Mary"
Date:
Subject: