Copied to Clipboard
Escapes or unescapes a SQL string removing traces of offending characters that could prevent execution.
Escapes all single quote characters by doubling them. Ex: select * from table where value = 'a single quote '' is offensive';