1
0

select-user-object-count.sql 76 B

123
  1. SELECT COUNT(*) AS count
  2. FROM sqlite_schema
  3. WHERE name NOT GLOB 'sqlite_*';