PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #10110

How I can select rows with "not null" values?

Details

Request #10110How I can select rows with "not null" values?
Submitted2007-02-16 05:11 UTC
Frombbambuk at yandex dot ru
StatusFeedback
PackageDB_DataObject
PHP Version5.2.0
OSirrelevant
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');