SELECT does not find table created by itself

Поиск
Список
Период
Сортировка
От Andrus
Тема SELECT does not find table created by itself
Дата
Msg-id A05BDAC1FE144657AD49F567BFE81FE7@andrusnotebook
обсуждение исходный текст
Ответы Re: SELECT does not find table created by itself
Список pgsql-general
select * FROM (select 1 as a) t2
left join t2 t3 ON TRUE

causes error

ERROR:  relation "t2" does not exist

How to fix so that table t2 is created only once ?

Andrus.


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