Re: Tablenames in Resultsets?

Поиск
Список
Период
Сортировка
От Papp Gyozo
Тема Re: Tablenames in Resultsets?
Дата
Msg-id Pine.GSO.4.21.0009271310010.18676-100000@ural2
обсуждение исходный текст
Ответ на Tablenames in Resultsets?  (gb@a3design.de)
Список pgsql-general
Hi,

instead of
> select * from test1, test2 where test1.id=test2.id
use

SELECT test1.id AS "test1.id", test1.value, test2.id AS "test2.id",
test2.value FROM test1 , test2 WHERE test1.id = test2.id;

Papp Gyozo

s7461pap@hszk.bme.hu, gerzson17@freemail.hu





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