[Zope] Nested select or call a ZSQL method from another ZSQL?

Thomas B. Passin tpassin@mitretek.org
Mon, 10 Jun 2002 15:26:43 -0400


[Jorge O. Martinez]
>
> Yes, I kinda had an idea of the SQL to use (the DB we're using is Oracle),
the
> real question I had was how to do it with a Zsql method. I was wondering
if it
> supported it... We solved this issue for now creating a 'view' since I
could
> not figure out how to do it (or if it can be done) with ZSQL
methods...However,
> I am still wondering if it can be done with ZSQL...
>

That's good, you should normally access the database via views anyway.

Cheers,

Tom P