Skip to content

Instantly share code, notes, and snippets.

@maravilloso
Last active December 18, 2015 09:39
Show Gist options
  • Save maravilloso/5763146 to your computer and use it in GitHub Desktop.
Save maravilloso/5763146 to your computer and use it in GitHub Desktop.
Versión del motor de BD
SELECT FIRST 1 DBINFO('version', 'major')||'.'||DBINFO('version', 'minor')
FROM systables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment