Tuesday, April 24, 2018

How do I know which version of SQLite engine I am using?

I have quite a few SQLite versions on my computer and how do I know which one I am using? Well, here is a list of all SQLite I have on my recent laptop. They are all SQLite3.


When you launch SQLite you get to know the version.

OK, but how do I find it?

Another way is to use the command select sqlite_version();


On the other hand, in SQL Server you would query, Select @@Version

No comments: