in reply to Re^2: Class::DBI and data split multiple tables
in thread Class::DBI and data split multiple tables
You could also do your own SQL generation, but Class::DBI will be useless to you then. In general, Class::DBI is not good for reporting queries. It's really more useful for manipulating individual database rows.
|
|---|