in reply to
Re: DBI problem on fetchrow
in thread
DBI problem on fetchrow
The SQL works fine with MySQL, the
M
is a table alias, the syntax is
... FROM table1 alias1, table2 alias2, ...
with the
alias$n
being optional
Comment on
Re^2: DBI problem on fetchrow
Select
or
Download
Code
In Section
Seekers of Perl Wisdom