Skip to main content

SQLite 指令

基本操作

sqlite> .help
sqlite> .exit

查詢

sqlite> select * from tab_name;

資料表結構

sqlite> .schema tab_name;