Using subselects as joins in POstgeSQL (possible?, examples)
От
frank church
Тема
Using subselects as joins in POstgeSQL (possible?, examples)
Дата
Msg-id
1122034397.42e0e2ddc3f4a@webmail.adontendev.net
Список
Дерево обсуждения
Using subselects as joins in POstgeSQL (possible?, examples) frank church <pgsql@adontendev.net>
Re: Using subselects as joins in POstgeSQL (possible?, examples) Pascual De Ruvo <deruvo@gmail.com>
Is it possible to use subselects as joins in PostgreSQL. eg. select a.a, a.b, a.c, b.a, b.b. b.c from (first subsselect) a (second subselect) b where (in table criteria) and a.a = b.a or select a.a, a.b, a.c, b.a, b.b. b.c from (first subsselect) a join (second subselect) b on a.a = b.a where (in table criteria) I have a feeling it is possible but I need the right syntax //Frank ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
В списке pgsql-sql по дате отправления
От: KÖPFERL Robert
Дата: