You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/30 05:21:31 UTC

[GitHub] mistercrunch edited a comment on issue #5739: [Sqllab] Error: no such column When there are same fields in two tables with a join

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org