diff --git a/HowtoSQLite.md b/HowtoSQLite.md index fe0922f5..4a44e1f0 100644 --- a/HowtoSQLite.md +++ b/HowtoSQLite.md @@ -28,7 +28,7 @@ Créer un fichier SQLite : $ sqlite3 foo.db SQLite version 3.16.2 2017-01-06 16:32:41 Enter ".help" for usage hints. -sqlite> sqlite> .tables +sqlite> .tables sqlite> .exit $ file foo.db