sqlite3 fiddle
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.
Options
Side-by-side
Swap in/out
Auto-scroll output
Auto-clear output
-- Use ctrl-enter or shift-enter to execute SQL .nullvalue NULL .mode box CREATE TABLE t(a,b); INSERT INTO t(a,b) VALUES('abc',123),('def',456),(NULL,789),('ghi',012); SELECT * FROM t;
Run
Clear
Help
Clear
{{{ SCRIPT }}}