Re: total newbie question - Mailing list pgsql-general

From John Burski
Subject Re: total newbie question
Date
Msg-id 3B2646DF.D71C45EA@911ep.com
Whole thread Raw
In response to total newbie question  ("Tad Naworal" <tnaworal@syssrc.com>)
List pgsql-general
Your syntax is just a bit off.  Try something like

select (column1 + column2) as "Sum" from tablename where cusid = '12123';

It works for me.


Tad Naworal wrote:

> Hi,
>
> 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
>
> thanks
> Tad
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
John Burski
I.T. Manager and Systems Administration
911EP
First in LEDs... The solid state warning light leader.
1-800-863-6911




pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: How many no. of clients can access database simultaneously?
Next
From: "Kapil Tilwani"
Date:
Subject: OIDs overflow