in reply to Re^4: Error in query with DBD-SQLite-1.37 - Aggregate functions are not allowed in the GROUP BY clause.
in thread Error in query with DBD-SQLite-1.37 - Aggregate functions are not allowed in the GROUP BY clause.

The following will give you the module version:

perl -MDBD::SQLite -e 'print $DBD::SQLite->VERSION'

The following will give you the SQLite version:

perl -MDBI -e "print DBI->connect('dbi:SQLite:dbname=:memory:')->{sqli +te_version}´"
  • Comment on Re^5: Error in query with DBD-SQLite-1.37 - Aggregate functions are not allowed in the GROUP BY clause.
  • Select or Download Code