chunweilei commented on issue #1655: [CALCITE-3387] Query with GROUP BY and 
JOIN ... USING wrongly fails with "Column DEPTNO is ambiguous" error
URL: https://github.com/apache/calcite/pull/1655#issuecomment-566514737
 
 
   @jinxing64 , thanks for your review. 
   
   ```
   SELECT deptno, name
   FROM emp JOIN dept using (deptno)
   JOIN products using (name)"
   ```
   I think if it is supported by PostgreSQL, we should support it too.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to