in reply to Re^3: Odd "rows affected" values using DBI on MySQL
in thread Odd "rows affected" values using DBI on MySQL

"0E0" is one of several ways of achieving that effect. "0.0" also comes to mind. And then there is the venerable hack that keeps "0 but true" from generating a warning in numerical context. (Clearly this hack was written and propagated before anyone noticed that there was no need for it...)
  • Comment on Re^4: Odd "rows affected" values using DBI on MySQL