SQLite3 Fiddle
Powered by
SQLite3
Initializing app...
On a slow internet connection this may take a moment. If this message displays for "a long time", intialization may have failed and the JavaScript console may contain clues as to why.
Downloading...
This is a placeholder for a terminal-like view which is not in the default build.
Options
Side-by-side
Swap in/out
Auto-scroll output
Auto-clear output
Load DB...
Download DB
Reset DB
Run
Clear Input
-- ================================================== -- Use ctrl-enter or shift-enter to execute sqlite3 -- shell commands and SQL. -- If a subset of the text is currently selected, -- only that part is executed. -- ================================================== -- This shell has the stats extension embedded in it. -- To try it out, you can use this query: -- select median(value) from generate_series(0,100); -- Build instructions here: -- https://github.com/llimllib/wasm_sqlite_with_stats/tree/build-fiddle -- ================================================== .nullvalue NULL .headers on select median(value) from generate_series(0,100);
Clear Output
Interrupt