This is going to be a short post about a new SQL View, USER_PROFILE_BASIC, that was released as part of the latest round of Technology Refreshes. As the name suggests this new View contains a subset of the columns found in the USER_INFO View.
By having less columns USER_INFO_BASIC fetches and calculates its results faster than USER_INFO.
The syntax for this statement is simple:
SELECT * FROM QSYS2.USER_INFO_BASIC ; |
The column names are the same in USER_INFO_BASIC as they are in USER_INFO.