RE: [PHP-DB] NOT NULL query

2007-02-26 Thread Bastien Koert
select * from table where field_3 is not null bastien From: Ron Piggott <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: PHP DB Subject: [PHP-DB] NOT NULL query Date: Mon, 26 Feb 2007 07:55:41 -0500 Is it possible to do a SELECT query where field_3 isn't null? What would the

[PHP-DB] NOT NULL query

2007-02-26 Thread Ron Piggott
Is it possible to do a SELECT query where field_3 isn't null? What would the syntax look like? Ron