Sqlite3.exe Using Tutorials

Source: Internet
Author: User
Tags sqlite

Sqlite3.exe Using Tutorials

1). Open the Database

Example:

sqlite>. Open Test.db

Note that:> is a little behind

2). Tables view the tables contained in the database

Example:

Sqlite>. Tables

Note that:> is a little behind

3). Schema View table structure

Example:

Sqlite>. Schema students

Note that:> is a little behind

4) Execute SQL statement

Example:

Sqlite> SELECT * from students where StudentID = 3;

Note: You can set the result format of the output before calling SQL

-Displays the column name of the select result set.

--Displays the individual fields as columns.

--Set the display width of the first column after output to 10.

Sqlite>. Header on

sqlite>. Mode column

sqlite>. Width 10

5). Exit exits


Sqlite3.exe Using Tutorials

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.