Skip to content

Instantly share code, notes, and snippets.

@jonathands
Created February 14, 2020 18:28
Show Gist options
  • Select an option

  • Save jonathands/fc84a3561cb098e72f677d09f87f42cd to your computer and use it in GitHub Desktop.

Select an option

Save jonathands/fc84a3561cb098e72f677d09f87f42cd to your computer and use it in GitHub Desktop.
Get the firebird version from a query
/* TAKEN FROM http://www.firebirdfaq.org/faq223/ */
SELECT rdb$get_context('SYSTEM', 'ENGINE_VERSION')
from rdb$database;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment