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
```[ Full content available at: https://github.com/apache/incubator-superset/issues/5739 ] This message was relayed via gitbox.apache.org for [email protected]
