Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
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
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
Answers
Hi,
Can you post the output of the SQL:
SELECT export_objects('', 'xyz.abc');
Thanks!