LoginSignup
22
9

More than 3 years have passed since last update.

sqlite> quit として終了できない

Posted at

sqliteでschemaを見たあとに、終了しようしてしたが、

.quit ではなく quitだけ入力した場合、終了できなくなる。

sqlite> quit
   ...> .quit
   ...> 

その場合の対処方法は、

;を入力すること

   ...> ;
Error: near "quit": syntax error
sqlite> .quit
OwnernoMacBook-Air:myblog-laravel owner$ 

これで戻れます

22
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
22
9