catfan / Medoo

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

how to make sql like "where aid&2=1" #427

Closed llgoer closed 6 years ago

llgoer commented 8 years ago

$database->select($tablename, ["*",], ["And"=>[ "isok"=>0,"aid&2"=>1]]); like this is not support?

catfan commented 6 years ago

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