Re: where clause question
От
Alban Hertroys
Тема
Re: where clause question
Дата
Msg-id
DF4F7FC1-20E4-4CFB-B8EE-A0F8C0A1789A@solfertje.student.utwente.nl
Ответ на
where clause question (Scott Frankel)
Список
Дерево обсуждения
where clause question Scott Frankel <leknarf@pacbell.net>
Re: where clause question David Fetter <david@fetter.org>
Re: where clause question Martin Gainty <mgainty@hotmail.com>
Re: where clause question Merlin Moncure <mmoncure@gmail.com>
Re: where clause question Alban Hertroys <dalroi@solfertje.student.utwente.nl>
On 4 Sep 2009, at 15:47, Scott Frankel wrote: > > Hello, > > Is it possible to perform selects in a where clause of a statement? > > Given a statement as follows: > > SELECT foo.foo_id, foo.name > FROM foo, bar > WHERE foo.bar_id = bar.bar_id > AND bar.name = 'martini'; > I've explored the "where exists" clause, but it's not supported by > the application toolkit I'm using. AFAIK, I've only got access to > where ... Have you tried a view? Is that some in-house toolkit you're using? If not, could you tell what it is so that people can chime in with ways to use that toolkit to get it do what you want or at least know what toolkit to avoid? Alban Hertroys -- If you can't see the forest for the trees, cut the trees and you'll see there is no forest. !DSPAM:737,4aa1375011861997820494!
В списке pgsql-general по дате отправления