catfan / Medoo

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

MOD FUNCTION #259

Closed lauyoume closed 6 years ago

lauyoume commented 9 years ago

How can I use like this:

select * from tmp where MOD(tmp.id, 10) =  2

only use query?

catfan commented 6 years ago

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