Hi Everyone,
I have two user's in my database one is pgadmin and the other is pg_etl.
I have a table named stg_sfdc_case in my database, When i try to fetch the table through pgadmin user it is displaying result but when i try to fetch details through pg_etl it is throwing error as
EDWTST36=> select max(createddate) from stg_sfdc_case limit 10 ;
ERROR: relation "stg_sfdc_case" does not exist
LINE 1: select max(createddate) from stg_sfdc_case limit 10 ;
Could someone please help me on this.
Thanks,
Srinivas
Please sign in to leave a comment.