Is there a way to query all the available global variables, such as current_schema, current_user, in MonetDB?
current_schema
current_user
You can do: select * from sys.var();