How to get current user in hsqldb, like we use sys_context in oracle.
What's the syntax to get current logged-in user in hsqldb?
How to get current user in hsqldb, like we use sys_context in oracle.
What's the syntax to get current logged-in user in hsqldb?
Copyright © 2021 Jogjafile Inc.
The function is
CURRENT_USERand is listed among the "System Functions" http://hsqldb.org/doc/guide/builtinfunctions-chapt.html#bfc_system_functions.