SQLite Forum

What version of Sqlite am I using?
Login
Run the query:

```
select sqlite_version()
```

and see what result you get.