🔧
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 백슬래시
MySQL/PostgreSQL 백슬래시 모드를 위해 백슬래시도 이스케이프하는 ANSI 스타일로 전환.
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.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
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.