Home » Database » DB_DataObject » Bug #10110
How I can select rows with "not null" values?
Details
| Request #10110 | How I can select rows with "not null" values? |
|---|---|
| Submitted | 2007-02-16 05:11 UTC |
| From | bbambuk at yandex dot ru |
| Status | Feedback |
| Package | DB_DataObject |
| PHP Version | 5.2.0 |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2007-02-16 05:11 UTC] bbambuk at yandex dot ru
Description:
------------
How I can select rows with "not null" values except using whereAdd method?
There are method for "null" values:
DB_DataObject_Cast::sql('NULL');