global-variablesmonetdb

Querying available (global) variables in MonetDB


Is there a way to query all the available global variables, such as current_schema, current_user, in MonetDB?


Solution

  • You can do: select * from sys.var();