The specification of a base table is expected. This specification is missing or the specified table is not a base table.
Use a QUERY statement issued on the system table DOMAIN.TABLES to find out whether the specified table is a view table or result table. If it is a view table, use a QUERY statement issued on the system table DOMAIN.VIEWDEFS to determine the pertinent base table. The desired SQL statement can then be issued for the base table, if you have the corresponding privileges.