datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Column aliases with the same name as a table choke up RLS query rewriter #180

Closed justinanderson closed 8 years ago

justinanderson commented 8 years ago
select time as data from wifi.data;

turns into

select time as data from (SELECT * FROM wifi.) AS wifidata