Ticket #166 (new enhancement)
Make even more complex SQL criterions possible
| Reported by: | prema | Owned by: | 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)
Note: See
TracTickets for help on using
tickets.
