Re: feature request for SQL::Statement::Structure
[email protected] (Reinier Post)
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
P.S.
> $stmt->from->join[1]->column = 'salary';
should be
$stmt->from->join[1]->table = 'salary';
Sorry about that.
The idea is to have something like what the CGI module provides for HTML.
--
Reinier