python sqlite notes

From thelinuxwiki
Jump to: navigation, search

show columns

sqlite> PRAGMA table_info(table_name);

links

Run query and insert the result to another table