SQL Escape

Escape strings for SQL queries to prevent injection

SQL Escape

Enter text to encode or decode.

ANSI SQL standard escaping

0 characters
0 characters
Quick examples:

Security Note: While escaping helps prevent SQL injection, always use parameterized queries (prepared statements) when possible. String escaping should be a last resort.

Related Tools