Created
June 11, 2020 01:16
-
-
Save forstie/99e0169e5ba95f6593cd246e9f5b4ee7 to your computer and use it in GitHub Desktop.
Finding user profile names... the fastest way possible....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- The fastest way to find every user profile | |
-- | |
select objname as user_profile | |
from table ( | |
qsys2.object_statistics('QSYS', '*USRPRF', '*ALLSIMPLE') | |
); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment