catfan / Medoo

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

Column value is empty or 0 or null #1101

Open DeltaServiceSoftware opened 12 months ago

DeltaServiceSoftware commented 12 months ago

Hi, I have a column that unfortunately can take on these 3 values 0, empty and null How can I extract all records that have the column value between 0 or empty or null? Thanks

catfan commented 12 months ago

Check out: https://github.com/catfan/Medoo/issues/553