Created
February 14, 2020 18:28
-
-
Save jonathands/fc84a3561cb098e72f677d09f87f42cd to your computer and use it in GitHub Desktop.
Get the firebird version from a query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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