sqlite3_format_query_result() loading...

Interactive demo of SQLite's Query Result Formatter (QRF) — 20 output styles, configurable formatting, all running in-browser via WebAssembly

Demo Database Schema

employees
idINTEGER PK
nameTEXT
departmentTEXT
titleTEXT
salaryREAL
hire_dateTEXT
emailTEXT
products
idINTEGER PK
nameTEXT
categoryTEXT
priceREAL
stockINTEGER
descriptionTEXT
orders
idINTEGER PK
customerTEXT
product_idINTEGER FK
quantityINTEGER
order_dateTEXT
statusTEXT

SQL Query

Output Format

Formatted Output


Loading SQLite WebAssembly module...

Example Queries