Writing a MySQL wrapper around CRC32
I need to write some cross-vendor SQL queries, and I would like to hide certain details that are of lesser importance in the context. Namely, I want to create a wrapper named checksum() around the MySQL function crc32(). It would…