VQL formatter

Paste a VQL statement and pretty-print it in the browser. Keywords are uppercased, major clauses (including FIND, MAXROWS, SKIP, PAGESIZE, PAGEOFFSET) move to new lines, and nested parentheses indent one level. String literals in single quotes are left alone.

Formatting and copy run in your browser and need JavaScript. The input box still works without it.

Formatted VQL

A small client-side pretty-printer, not a query engine. It will not catch syntax errors or run the query. Also see the DQL formatter.