Hello,
I would like to make a region dynamic which shows administrators from a tables in my Workspace rather than manually typing their names every time an admin is added or removed.
Here is what I have tried:
Created a sub region called "How do I get access?" Which will show all the administrators.
Changed the identification type to PL/SQL Dynamic Content.
Here is the statement I tried to run:
SELECT * FROM APEX_TEST_USER_TABLE
WHERE USER_GROUP = 'Administrator';
I get the attached error when saving and running:
Thank You,
Gareth