Learn R Programming

dittodb (version 0.1.8)

clean_statement: Clean a statement string

Description

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

Usage

clean_statement(string)

Value

the SQL statement stripped of extraneous bits

Arguments

string

an SQL statement to clean