sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Add functionality to select count distinct #224

Closed ghost closed 9 years ago

ghost commented 9 years ago

at some point you or i (personally) have to use some query like

select count(distinct col) from blabla group by col

this add a functionality to do it, please review :D