WHERE

Поиск
Список
Период
Сортировка
От Hrishikesh Deshmukh
Тема WHERE
Дата
Msg-id 829d7fb605050912481cf98b99@mail.gmail.com
обсуждение исходный текст
Ответы Re: WHERE  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
Hi All,

How can one use a table created for saving the results for a query be
used in WHERE for subsequent query!!!

Step 1) create table temp as select gene from dataTable1 intersect
select gene from dataTable2;

Now temp has been created, temp has only one column which has list of
genes and nothing else but i want to retrieve annotation for the genes
in temp table.

Is it possible to: select geneAnnotation from dataTable1 where genes =
"gene in temp table";!!!!!

Or am i here in some serious soup!!! :((

Thanks,
Hrishi

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

Предыдущее
От: Wolfgang Keller
Дата:
Сообщение: Re: Adventures in Quest for GUI RAD
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: WHERE