catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Let us ORDER BY COUNT(column) #522

Closed hornta closed 6 years ago

hornta commented 7 years ago

Looking at the source code, I can only see that I can ORDER BY column. It would be nice if this can be extended to COUNT and maybe more functions in the future. But for now I can do a custom query.

catfan commented 6 years ago

Check out the new feature raw object https://medoo.in/api/raw.