mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-07 04:10:42 +00:00
4 lines
76 B
SQL
4 lines
76 B
SQL
SELECT COUNT(*) AS count
|
|
FROM sqlite_schema
|
|
WHERE name NOT GLOB 'sqlite_*';
|