List of system tables in SQLite
Posted
by sovanesyan
on Stack Overflow
See other posts from Stack Overflow
or by sovanesyan
Published on 2010-05-18T15:08:16Z
Indexed on
2010/05/18
15:10 UTC
Read the original article
Hit count: 120
I am trying to filter all the tables in a SQLite database based on if they are system tables or user generated ones.
So far I've found out that they are the ones with the sqlite_ prefix and AllDataTypes.
Has anyone done something like this? Is there a list of them?
Thanks in advance.
© Stack Overflow or respective owner