in reply to Re^2: DBI problem on fetchrow
in thread DBI problem on fetchrow

As a matter of style I would recomend using the "as" consistently. It reads better.

BTW, "Regions as M"? Maybe there is a reason to use M for the Regions table, but I would expect R or (in case the table was used several times in the query) something like R_old, R_new, R1, R2, .... In either case I do not see why would you use an alias in a query that only includes one table. I guess a matter of style again :-)

Replies are listed 'Best First'.
Re^4: DBI problem on fetchrow
by jZed (Prior) on Nov 15, 2007 at 18:15 UTC
    I agree. I always use AS.