hydrus/db/extract_version.sql

2 lines
86 B
SQL

.open --readonly client.db
SELECT "This database is version " || version FROM version;