🔧
SQL 文字列エスケーパー
テキストとコード · 無料オンラインツール
SQL 文字列リテラルの特殊文字をエスケープ。
CoderNewbie チーム
Example
It's fine→'It''s fine'
Single quotes inside a string are doubled so the literal can be embedded safely in SQL.
引用二重化
標準 SQL エスケープは単一引用を二重化し文字列リテラル内で安全に。
双方向
生テキストを SQL リテラルにエスケープ、またはリテラルを生の値にアンエスケープ。
ANSI バックスラッシュ
ANSI スタイルに切り替え MySQL/PostgreSQL のバックスラッシュモードもエスケープ。
SQL 文字列エスケーパーの使い方
- 1Enter or paste your text or code into the input area.
- 2Choose the desired operation (format, convert, analyze, etc.).
- 3Click the action button to process.
- 4Copy the result from the output area.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
Can I format code in different styles?
Yes, the SQL Formatter and other code tools support multiple formatting options and indentation styles.
Is regex testing case-sensitive?
The Regex Tester supports case-sensitive and case-insensitive matching, along with global and multiline flags.