in reply to Re^2: checking mySQL database for unique CRC32 as proxy for long string
in thread checking mySQL database for unique CRC32 as proxy for long string

ah I see how to do placeholder. That's a neat trick.
my $th=$dbh->prepare(qq(SELECT COUNT(1) FROM Sequence WHERE Seq_Checks +um=?)); $th->execute($crc32);
  • Comment on Re^3: checking mySQL database for unique CRC32 as proxy for long string
  • Download Code