Senin, 28 Oktober 2024

How To Check Sqlite Version

Requirement: SQLite 3
  1. You must installed sqlite.
  2. Open Command Prompt, to learn How To Launch Command Prompt >
  3. Go to sqlite path, in this example D:\portable\sqlite\
  4. type sqlite3, press Enter on keyboard.
  5. type SELECT sqlite_version(); Built-In Scalar SQL Function then press Enter on keyboard.

Alternative step

  1. You must installed sqlite.
  2. Open Command Prompt, to learn How To Launch Command Prompt >
  3. Go to sqlite path, in this example D:\portable\sqlite\
  4. type sqlite3 --version, press Enter on keyboard.

Notes

  • Type only font in monospace in command prompt, e.g. sqlite3.
  • To see the more clear screenshot, click on the picture.

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts