python sqlite notes

From thelinuxwiki
Revision as of 04:35, 15 May 2019 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

show columns

sqlite> PRAGMA table_info(table_name);

links

Run query and insert the result to another table