How to search a SQLite database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Apparently, the developers of database software have decided that a friendly GUI for searching an entire database (for a text string) is unimportant. I found a couple of tools for sql server but my Plant 3D files of interest are SQLite. How do the rest of you get around this limitation? The same issue occurs with exporting an entire database to something like an Excel file, so I can't just export to Excel and use its ability to search the entire workbook.
There are "Execute SQL" ways of searching, but this apparently will only search a single table at any one time. (i.e. SELECT etc. FROM etc.)
In fact, there are many, many internet alternatives for searching (or exporting) a single table, but a single database could have hundreds of tables, so this isn't practical.
To be clear, if I had a good search method, I would still make the actual edits using software like SQLite Manager or SQLite Expert.