3

Does MonetDB make the current DB name (i.e. not the DBMS hostname, but the DB, or set of tables, that you connect to) available via SQL queries to some of the system table?

1 Answer 1

4

Yes, the env() table-producing function also has the db name, in my case 'acs'.

sql>select value from env() where name='gdk_dbname';
+-------+
| value |
+=======+
| acs   |
+-------+
Sign up to request clarification or add additional context in comments.

1 Comment

you know a lot of awesome things

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.