cgivre commented on issue #2781: URL: https://github.com/apache/drill/issues/2781#issuecomment-1482793689
I'm not sure what you're trying to do with this query, but I found that rewriting it like this worked: ```sql SELECT aa.employee_id FROM cp.`employee.json` aa , cp.`employee.json` bb WHERE aa.employee_id=bb.employee_id or aa.employee_id=bb.position_id ``` -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org