0

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

Jennie
  • 345
  • 1
  • 8

1 Answers1

1

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