Put variable values on time interval (from : Re: Get interval in months)

From: "dbalinglung" <alamsurya(at)centrin(dot)net(dot)id>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Put variable values on time interval (from : Re: Get interval in months)
Date: 2008-11-10 06:13:05
Message-ID: 7B66F84D04ED41D385505100DEB4E618@alam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>From: "A. Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
>
> First, please create a new thread for a new question.
>
>

Sorry, ok i create new thread

>
> Rewrite the line
>
> v_output := select ((v_timeout - v_timein) ...
>
> to:
>
> select into v_output ((v_timeout - v_timein) ...
>
>
> (not tested)
>

please tested your answer so you can find out the result from your own
sugestion, but thank you for your attention.

Thanks,

Alam Surya

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2008-11-10 06:25:05 Re: Put variable values on time interval (from : Re: Get interval in months)
Previous Message A. Kretschmer 2008-11-10 05:47:25 Re: Get interval in months