Re: Re: select to combine 2 tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: select to combine 2 tables
Дата
Msg-id 5971.993246162@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: select to combine 2 tables  ("Thomas T. Thai" <tom@minnesota.com>)
Ответы Re: Re: select to combine 2 tables  ("Thomas T. Thai" <tom@minnesota.com>)
Список pgsql-general
"Thomas T. Thai" <tom@minnesota.com> writes:
>> Use a union query:
>>
>> select rec_id, path, '' as link, name from cat_cat
>> UNION
>> select rec_id, path, link, name from cat_alias

> there is no way to do this in a generic DBI way? i need for this to work
> across diff kind of DBs.

Huh?  That *is* the generic, fully-SQL-standard way.

            regards, tom lane

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: web site suggestion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Multiple Indexing, performance impact