For some reason I can't find a way to get the equivalents of sqlite's interactive shell commands: .
What SQL can be used to list the tables, and the rows within those tables in an SQLite database file - once I
As the title suggests, I'd like to select the first row of each set of rows grouped with a GROUP BY. Spec