Subject: | Sample call to SQL::Abstract switches fields and table |
Hi Laurent,
In the sample for how SQL::Abstract is normally called:
http://search.cpan.org/~dami/SQL-Abstract-More-0.03/lib/SQL/Abstract/More.pm#select
you have the $columns and $table in the wrong order.
Consult the SQL::Abstract docs:
http://search.cpan.org/~frew/SQL-Abstract-1.72/lib/SQL/Abstract.pm#select%28$source,_$fields,_$where,_$order%29
as reference.