Ticket #166 (new enhancement)

Opened 3 months ago

Make even more complex SQL criterions possible

Reported by: prema Assigned to: mikey
Priority: major Milestone:
Component: Database (rdbms) Version: SVN-trunk
Keywords: Cc:

Description

In some cases a criteria need to get a result of a select statement, this is not supported by stubbles.

Example:

select   * 
from     foo
where    id in(select f from bar)