2 lines
86 B
MySQL
2 lines
86 B
MySQL
|
.open --readonly client.db
|
||
|
SELECT "This database is version " || version FROM version;
|