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
my $th=$dbh->prepare(qq(SELECT COUNT(1) FROM Sequence WHERE Seq_Checks +um=?)); $th->execute($crc32);
|
|---|