how to select temp table
От
liuzg4 liuzg4
Тема
how to select temp table
Дата
Msg-id
f97af4400905060534y6312540aqf9ad2c09b0905472@mail.gmail.com
Список
Дерево обсуждения
how to select temp table liuzg4 liuzg4 <liuzg4@gmail.com>
Re: how to select temp table Robert Gravsjö <robert@blogg.se>
Re: how to select temp table Alvaro Herrera <alvherre@commandprompt.com>
ver 8.4
i create two table with same name named 'testtable'
one is temp table
i select * from testtable
then this table is a public or a temp ???
drop table testtable
then is this table a public or a temp? i test ,it drop temp table fisrst!
so am i must show public or pg_temp_1 when i has two table with same name !!!
i create two table with same name named 'testtable'
one is temp table
i select * from testtable
then this table is a public or a temp ???
drop table testtable
then is this table a public or a temp? i test ,it drop temp table fisrst!
so am i must show public or pg_temp_1 when i has two table with same name !!!
В списке pgsql-general по дате отправления