Add ALTER SESSION SET CURRENT_SCHEMA = SYSADM;
as the first line for PS Query Code to default all tables to the SYSADM so the individual tables and views do not require the schema prefix.
Add ALTER SESSION SET CURRENT_SCHEMA = SYSADM;
as the first line for PS Query Code to default all tables to the SYSADM so the individual tables and views do not require the schema prefix.