SQL / review / local-only
Make an SQL review note
Review retained items without executing SQL. Input stays in this browser.
SQL / review / local-only
Review retained items without executing SQL. Input stays in this browser.
SELECT "UserName", 'a;b' AS note FROM demo WHERE id = '001'; -- keep
| Item | Keep | Review |
|---|---|---|
| Quoted identifier | UserName | Do not change case |
| Literal | a;b | Do not split on semicolon |
| Identifier value | 001 | Keep leading zero |
| Comment | -- keep | Retain review context |
Formatting does not prove validity or safety. This page does not execute, upload, or save input.