オフィシャルなコマンドリファレンスはココ
http://www.sqlite.org/sqlite.html
環境
- Mac OS X Lion
MySQLでいうところの¥Gしたいとき
垂直表示をしたい時は
[bash]
sqlite> .mode line
[/bash]
MySQLでいうところの、show tables
[bash]
sqlite> select * from sqlite_master where type='table';
[/bash]
MySQLでいうところの、show create tableてきな
[bash]
sqlite> select sql from sqlite_master where type='table' and name='調べたいtable名';
[/bash]
ま、FireFoxのcookieが見たかっただけなんですが...(いつからか、Firefoxのcookieはsqlite3に格納されるようになっています)。
0 件のコメント:
コメントを投稿