SQLite 使用筆記

    基本操作
    sqlite> .help
    sqlite> .exit 
    
    查詢紀錄
    sqlite> select * from tab_name;
    
    
    sqlite> .mode column
    sqlite> select * from tab_name;
    
    顯示 column 名稱
    sqlite> .schema tab_name;
    
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core