15条SQLite3语句
转自: http://www.thegeekstuff.com/2012/09/sqlite-command-examples/ SQLite3 is very lightweight SQL database which focuses on simplicity more than anything else. This is a self-contained serverless database engine, which is very simple to install and use. While most of the commands in the SQLite are similar to SQL commands of other datbases like MySQL and ORACLE, there are some SQLite SQL commands that are different. This article explains all the basic SQL commands that you need to know to use the SQLite database effectively. If you don’t have sqlite installed, execute “yum install sqlite” to