On Mon, 01 Jan 2001, you wrote:
> Hi Dave:
> 
> I do not understand your comment.
> 
> Why you think 
>       
>       select * from test where  columna <> 3 and columna <>4 
> 
> can not return any result?  Or let me give the example like this:
> 
>       select * from test where  price <  100  and price > 20;
> 
> What do you think about this?

Yes this will work. My mistake,  I thought you meant this:

select * from test where  columna = 3 and columna = 4 
 

-- 
Dave Bryson
[EMAIL PROTECTED]
----------------------



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to