Re: [PHP] MySql number/string comparing ideas...

2001-07-25 Thread elias
t; From: "elias" <[EMAIL PROTECTED]> > > Date: Wed, 25 Jul 2001 10:22:32 +0200 > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] MySql number/string comparing ideas... > > > > well yes, > > somehow my field has like: > > > > field1 >

Re: [PHP] MySql number/string comparing ideas...

2001-07-25 Thread Brad Wright
ot;elias" <[EMAIL PROTECTED]> > Date: Wed, 25 Jul 2001 10:22:32 +0200 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] MySql number/string comparing ideas... > > well yes, > somehow my field has like: > > field1 > -- > 1.2 > 99.123 > 500x120 > 561x1

Re: [PHP] MySql number/string comparing ideas...

2001-07-24 Thread elias
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would use something like this: > > Select * from table where value1 < 500 AND value2 < 100 > > > hope this helps, > brad > > > From: "elias" <[EMAIL PROTECTED]> > > Date: Fri,

RE: [PHP] MySql number/string comparing ideas...

2001-07-24 Thread Lawrence . Sheed
start.. -Original Message- From: Brad Wright [mailto:[EMAIL PROTECTED]] Sent: July 25, 2001 2:33 PM To: elias; PHP General List Subject: Re: [PHP] MySql number/string comparing ideas... I would use something like this: Select * from table where value1 < 500 AND value2 < 100 hop

Re: [PHP] MySql number/string comparing ideas...

2001-07-24 Thread Brad Wright
I would use something like this: Select * from table where value1 < 500 AND value2 < 100 hope this helps, brad > From: "elias" <[EMAIL PROTECTED]> > Date: Fri, 13 Jul 2001 07:06:26 -0700 > To: [EMAIL PROTECTED] > Subject: [PHP] MySql number/string comparin

[PHP] MySql number/string comparing ideas...

2001-07-13 Thread elias
Hi! How is it possible to do a MySql query for something like: SELECT value from table WHERE value < '500x100' should return all values that part1 must be less than 500 and part2 less than 100? like 499x99 and reject something like: 500x101 please give me suggestions! -- PHP General Mail