CREATE TABLE AS COMMAND

Поиск
Список
Период
Сортировка
От Bob Powell
Тема CREATE TABLE AS COMMAND
Дата
Msg-id sfd08625.059@grpwise.hotchkiss.org
обсуждение исходный текст
Ответы Re: CREATE TABLE AS COMMAND
Список pgsql-general
To whom it may concern,

The following select works fine until I use the CREATE TEMP TABLE AS command because of the matching participant_id's
ineach table.  

SELECT * FROM addresses LEFT OUTER JOIN contacts ON
contacts.participant_id = addresses.participant_id;

Running the select obviously works fine, it's just when I try to create a table when I runn into problems.  Do I have
tolist all of the fields except the one I don't want, or is there another way?   Thanks in advance.   

Bob Powell



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

Предыдущее
От: "Rick Gigger"
Дата:
Сообщение: Re: Making a tree with "millions and millions" of dynamic
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: CREATE TABLE AS COMMAND