RE: [PHP-DB] FW: Selecting not on DB

2002-11-21 Thread John W. Holmes
> Hi there, > > I have a problem that I cannot seem to solve. I'm using MySql and query > it using PHP. > > I have create table ABC with field called "number" containing (1,4,6,10) > > How is to select all number form 1 to 10 which are not > in that field so the output somehow like this : > > +

Re: [PHP-DB] FW: Selecting not on DB

2002-11-20 Thread Ignatius Reilly
natius - Original Message - From: "milisphp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 5:29 AM Subject: [PHP-DB] FW: Selecting not on DB > Hi there, > > I have a problem that I cannot see

[PHP-DB] FW: Selecting not on DB

2002-11-20 Thread milisphp
Hi there, I have a problem that I cannot seem to solve. I'm using MySql and query it using PHP. I have create table ABC with field called "number" containing (1,4,6,10) How is to select all number form 1 to 10 which are not in that field so the output somehow like this : ++ | Number