Class::DBI::View::SubQuery - View implementation using sub-selects |
Class::DBI::View::SubQuery - View implementation using sub-selects
DO NOT USE THIS MODULE DIRECTLY
See the Class::DBI::View manpage
This module can be used with a database which supports sub-selects. You know you can usually use VIEWs in such databases which supports sub-selects, but at the time of this writing, MySQL 4.1 beta supports sub-selects, but no VIEWs.
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Class::DBI::View::SubQuery - View implementation using sub-selects |