Graphic SQLite Tutorials

Source: Internet
Author: User

The following are successful for your own operation. No nonsense.

SQLite3 Download: http://pan.baidu.com/s/1o6jzyX0

After decompression appear sqlite3.exe, copy to your desired directory.

Note the following command line is white, not notepad.

1. Start, create database, view database;

When I finished the operation of the Sqlite3 d:\test.db success, view D, and no test.db file, after the. Database command, the file will appear on the D disk.

2. Create table, view table, view table structure, insert data;

3. The wording of SQLite paging;

4. Output the query results to a file;

5. The problem diagram of the wildcard query;

The above two diagram shows that there are problems with the query results; It is believed that this is a problem caused by the characters in the wildcard match; a Chinese is 2 bytes;

The following two chart and then create a new table, the wildcard query, the result is no problem;

Note that the wildcard character _ is not-;

The next two graphs,

Select the person whose city begins with a or L or N;
Select the person whose city begins with L or B;
Without the result, it is estimated that SQLite's wildcard operation does not support [];

Graphic SQLite Tutorials

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.