catfan / Medoo

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

Special added columns #122

Closed mmazilu closed 6 years ago

mmazilu commented 10 years ago

Is there any way to support a query like this: SELECT *, (base + VA) AS TotalPrice FROM products

catfan commented 6 years ago

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