yuu_nkjm blog


2011-01-16(Sun) [長年日記]

[SQLite] SQLiteとコマンドラインでお話しする

SQLiteとコマンドラインでお話しする簡単な例.

$ sqlite3.exe network.sqlite
  SQLite version 3.7.4
  Enter ".help" for instructions
  Enter SQL statements terminated with a ";"
  
$ sqlite> .tables
  link        node
  
$ sqlite> .schema node;
(snip)
$ sqlite> select * from node;
(snip)
$ sqlite> select id from node whare id='123456';
(snip)
 
$sqlite> .exit

自分が想像するコマンドの前に.を打てば大体良さそう.

関連ページ


トップ «前の日記(2011-01-15(Sat)) 最新 次の日記(2011-01-17(Mon))» 月表示 編集 設定
2006|01|06|12|
2007|06|09|
2008|01|03|04|06|07|08|09|10|12|
2009|01|02|05|06|07|08|10|11|12|
2010|03|04|05|06|07|08|09|10|11|
2011|01|02|03|04|05|06|07|08|09|11|12|
2012|01|02|04|06|07|08|10|11|12|
2013|01|02|03|07|08|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|
2015|01|02|07|11|12|
2016|01|03|05|07|08|09|