SQL Escape / Unescape

Enter your SQL into the box below and hit escape or unescape to convert your code.

What is This Tool?

This is a basic SQL escape/unescape tool that works by looking for single quotes (') and replacing them with two single quotes thus escaping them. Handy for quickly fixing offending characters that are preventing the execution of an SQL query.

Please use this tool with caution and always backup any code before replacing it with an automatically escaped code.