I need to export in a CSV only one column of my (extended) recipient schema.
The extenden recipients schema has the namespace "abc".
I'm using a SQL code activity with:
SELECT scodinternocomputacional
FROM nmsrecipient;
I have keep interim results activated, but I cannot display what data the SQL code is generating, to validate it is only the desired column.
If I use:
SELECT scodinternocomputacional
FROM abcrecipient;
I get:
10/01/2024 12:06:17 PM WDB-200001 SQL statement 'SELECT scodinternocomputacional FROM abcrecipient' could not be executed.
10/01/2024 12:06:17 PM PGS-220000 PostgreSQL error: ERROR: relation "abcrecipient" does not exist LINE 2: FROM abcrecipient ^ .