SQL / review / local-only

Make an SQL review note

Review retained items without executing SQL. Input stays in this browser.

Fixed retention case

SELECT "UserName", 'a;b' AS note FROM demo WHERE id = '001'; -- keep

ItemKeepReview
Quoted identifierUserNameDo not change case
Literala;bDo not split on semicolon
Identifier value001Keep leading zero
Comment-- keepRetain review context

Review boundary

  1. Record formatter scope.
  2. Compare literal, identifier, and comment.
  3. Leave unsupported syntax unverified.
  4. Keep database execution separate.

Formatting does not prove validity or safety. This page does not execute, upload, or save input.