Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Search This Blog
Tuesday, August 25, 2015
Useful sqlite system queries
List tables and indexes in SQlite database:
SELECT * FROM sqlite_master
List columns for a table:
pragma table_info(
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment