Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: casting... adding integer to timestamp



Yet another way, this time being more explicit.

SELECT play_length - play_seconds * '1 second'::interval


Cheers.

On Saturday 24 June 2006 22:23, Mark Gibson wrote:
> If play_length is a timestamp, I can do this:
>
> SELECT  play_length - INTERVAL '13 seconds' ...
>
> But what if play_seconds is a column?
>
> SELECT  play_length - INTERVAL 'play_seconds seconds' ...
>
> This doesn't work.
>
> ERROR:  invalid input syntax for type interval: "play_seconds seconds"
>
> Can anyone help?
>
> Thanks,
> Mark
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group