Lines Matching +full:1 +full:br +full:- +full:100
1 .\" Hey, EMACS: -*- nroff -*-
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH SQLITE3 1 "Fri Aug 11 23:50:12 CET 2023"
15 .\" .br insert line break
16 .\" .sp <n> insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
20 \- A command line interface for SQLite version 3
31 is a terminal-based front-end to the SQLite library that can evaluate
52 SQLite version 3.43.0 2023-08-11 17:45:23
63 .B insert into memos values('lunch with Christine', 100);
70 lunch with Christine|100
83 semi-colons.
88 .B sqlite3 -line mydata.db 'select * from memos where priority > 20;'
92 priority = 100
96 .SS SQLITE META-COMMANDS
98 The interactive interpreter offers a set of meta-commands that can be
101 attached databases (such as rebuilding indices). Meta-commands are
104 A list of available meta-commands can be viewed at any time by issuing
145 It should generally only contain meta-commands.
147 o If the -init option is present, the specified file is processed.
156 The sqlite3-doc package.