美文网首页
sqlite3 常用命令

sqlite3 常用命令

作者: proud2008 | 来源:发表于2017-09-15 17:19 被阅读13次

    http://www.cnblogs.com/myqiao/archive/2011/07/10/2102465.html

    MacBook-Pro-od-xin:assets xin$ sqlite3
    SQLite version 3.16.2 2017-01-06 16:32:41
    Enter ".help" for usage hints.
    Connected to a transient in-memory database.
    Use ".open FILENAME" to reopen on a persistent database.
    
    sqlite> .open china_cities.db
    
    sqlite> select * from city ;
    

    ;号语句才结束

    相关文章

      网友评论

          本文标题:sqlite3 常用命令

          本文链接:https://www.haomeiwen.com/subject/hwqesxtx.html