> According to the docs Simon quoted, for DBD::AnyData Actually, it's due to SQL::Statement which is used by a number of DBD modules including DBD::AnyData and DBD::CSV
> you need to escape a > single quote with a backslash, not with another single quote, as you would > for most other DBDs. Which is why it is better to use the $dbh->quote method or placeholders - they are more portable! -- Simon Oliver
