mistercrunch edited a comment on issue #5739: [Sqllab] Error: no such column 
When there are same fields in two tables with a join
URL: 
https://github.com/apache/incubator-superset/issues/5739#issuecomment-417193349
 
 
   Here's what the query in the explore view looks like
   ```sql
   SELECT id AS id,
          id__1 AS id__1
   FROM
     (SELECT a.id,
             b.id
      FROM ab_view_menu a
      LEFT JOIN ab_permission_view b ON a.id = b.view_menu_id) AS expr_qry
   LIMIT 1000
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to