Re: SQL and parse errors - Mailing list pgsql-general

From Johnson, Shaunn
Subject Re: SQL and parse errors
Date
Msg-id 73309C2FDD95D11192E60008C7B1D5BB0452E04A@snt452.corp.bcbsm.com
Whole thread Raw
In response to SQL and parse errors  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
List pgsql-general

--That's what it was:  I took out the 'as name_of_whatever'
in the expression.

--Thanks Stephan / Jim B.

-X

-----Original Message-----
From: Stephan Szabo [mailto:sszabo@megazone23.bigpanda.com]
Sent: Tuesday, March 05, 2002 11:15 AM
To: Johnson, Shaunn
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] SQL and parse errors

On Tue, 5 Mar 2002, Johnson, Shaunn wrote:

> explain
> select
>                 q.qid,
>                 q.year,
>                 m.contract,
>                 m.mbr_num,
>                 m.bu,
>                 m.mbr_sex,
>                 m.product,
>                 m.prov_num,
>                 m.riskgrp,
>                 p.c_spec_1 as spec,
>                 date_larger(m.effdt, q.effdt) as effdt,
>                 date_smaller(m.enddt, q.enddt) as enddt,
>         -->>>   (date_smaller(m.enddt, q.enddt) as enddt -
> date_larger(m.effdt, q.effdt) as effdt)::float8 / 30.4 as memmonth <<<--

^^ - I don't think you can use as clauses inside the expression... take
out the extra as enddt and as effdt?

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: SQL and parse errors
Next
From: Tom Lane
Date:
Subject: Re: FATAL 2: open of pg_clog error