SQLite Forum

Help with a query
Login
Quick tip: Assuming you're doing this in the SQLite shell, if you run `.mode insert`, then subsequent SELECTs will produce INSERT statements that others can use to recreate the data. That will make it much easier for them to experiment.