Re: total newbie question

Поиск
Список
Период
Сортировка
От John Burski
Тема Re: total newbie question
Дата
Msg-id 3B2646DF.D71C45EA@911ep.com
обсуждение исходный текст
Ответ на total newbie question  ("Tad Naworal" <tnaworal@syssrc.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: How many no. of clients can access database simultaneously?
Следующее
От: "Kapil Tilwani"
Дата:
Сообщение: OIDs overflow