Users created with SQL CREATE statement

How can I display users created with the SQL Create statement?

possibly with select * from PUB."_user"

There are a bunch of system tables, like _user that are available via SQL. Looks like there's a system table for db locks, & much more.
 
Back
Top