sqlite3 database table review steps

sqlite3 database table review steps

The sqlite3 local.db. 1
2 .mode column
. 3 .headers ON
. 4 .tables
. 5 SELECT * from TableName
. 6; (executing the statement must be executed; number to view the data in the table)

Guess you like

Origin www.cnblogs.com/wangjian8888/p/11912534.html