Computer Notes/SQLite Cheat sheet: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with " Exit .exit Display Tables .tables Clear display .shell clear Make format readable .mode column Display a table select * from ''whatever'';")
 
m (Mflavell moved page SQLite Cheat sheet to Computer Notes/SQLite Cheat sheet without leaving a redirect)
 
(No difference)

Latest revision as of 00:23, 29 June 2026

Exit

.exit

Display Tables

.tables

Clear display

.shell clear

Make format readable

.mode column

Display a table

select * from whatever;