Re: can not use the column after rename

Поиск
Список
Период
Сортировка
От Simon Tokumine
Тема Re: can not use the column after rename
Дата
Msg-id CAErctvJ93zqYGHOPD5dpAfvYDVx0svMgfFQ9WtE4fkXzWtwedA@mail.gmail.com
обсуждение исходный текст
Ответ на can not use the column after rename  (salah jubeh <s_jubeh@yahoo.com>)
Ответы Re: can not use the column after rename
Список pgsql-general
Hi Salah,

This is equivalent:

WITH numbers AS (SELECT 1 AS a, 2 AS b) SELECT a, b, a+b AS c FROM numbers;

S

On Wed, Dec 21, 2011 at 11:39 AM, salah jubeh <s_jubeh@yahoo.com> wrote:
Hello,

Why I can not do something like this in Postgres.

 SELECT 1 as a , 2 as b , a + b as c ;

Regards
 


В списке pgsql-general по дате отправления:

Предыдущее
От: salah jubeh
Дата:
Сообщение: can not use the column after rename
Следующее
От: salah jubeh
Дата:
Сообщение: Re: can not use the column after rename