Clean a statement string
SQL statement strings sometimes have characters and specifications that don't change the meaning or are determined at query time. To avoid this, before hashing a statement we clean/strip these from the statement
clean_statement(string)
string
the SQL statement stripped of extraneous bits
Useful links