Getting column reference is ambiguous error
Hi,
I was running the analyze_statistics on a table and I got this error.
select analyze_statistics ('xyz.abc');
ERROR 2671: Column reference "hjk" is ambiguous
There are no FK constraints in this schema
0
Answers
Hi,
Can you post the output of the SQL:
SELECT export_objects('', 'xyz.abc');
Thanks!