clean_statement {dittodb} | R Documentation |
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 |
an SQL statement to clean |
the SQL statement stripped of extraneous bits