SQLite user_version() expression
- by ralf.w.
how can I get user_version into an expression (for SELECT or WHERE) ?
I would also appreciate any clue to how to save ANY global variable in SQLite.
Does anyone know of such an extension (dll) ?
BTW: I know that PRAGMA user_version; gives me the right answer, but I cannot use that inside a WHERE-clause !