Re: total newbie question

From: Nils Zonneveld <nils(at)mbit(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: total newbie question
Date: 2001-06-13 18:58:12
Message-ID: 3B27B7BF.B447796F@mbit.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:
>
> Tad Naworal writes:
>
> > I'm trying to add some numeric columns together
> >
> > select (stotal + ltotal) as total from table where cusid='12123';
> >
> > I searched the docs and could not find an answer.
> > any help would be greatly appreciated
>
> That's not a question, that's a statement. ;-)
> What is your question?

It could be he's trying to add up a integer and a float?

Nils

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gary DeSorbo 2001-06-13 18:59:27 INTERSECT AND ORDER BY
Previous Message Martin Weinberg 2001-06-13 18:52:48 Re: Merge join exhausting swap space