ktmud commented on issue #13426:
URL: https://github.com/apache/superset/issues/13426#issuecomment-789400603


   Maybe the SQL query generator should prefix all adhoc metric/sort by with 
table names instead:
   
   ```sql
   SELECT
       SUM(tbl.cost) AS "cost"
   FROM tbl
   ORDER BY
       SUM(tbl.cost)
   ```


----------------------------------------------------------------
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]



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

Reply via email to