select subquery

Fulvio Ciriaco <[email protected]> Thu, 16 Dec 2010 11:15:51 +0100
Newsgroups gmane.lisp.clsql.general
Message-ID <87fwtykoq0.wl%[email protected]>
Hallo,
it is now some time I use clsql with postgresql, however
I could not discover how to put together an sql expression
like:
select a from tablea where id in (select c from tableb)
Fulvio