ygf11 commented on issue #4210: URL: https://github.com/apache/arrow-datafusion/issues/4210#issuecomment-1316123771
Like join and selection in PostgreSQL , it will report an error: ```sql psql -d "$POSTGRES_DB" -h "$POSTGRES_HOST" -p "$POSTGRES_PORT" -U "$POSTGRES_USER" -c "select c0 from test0, test1" ERROR: column reference "c0" is ambiguous LINE 1: select c0 from test0, test1 ^ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org