On Sat, 30 Dec 2000, you wrote:
> Hi all:
> 
> Is there any solution?(I think it can not be easily fixed)

Yes. Redesign your tables.  
 
> select * from test where  columna <> 3 and columna <>4 

Try executing this query with just your DB. I bet it won't return any
results.

If your modeling a one-to-many relationship, ( columna -> many values ) 
you need to break the values out into another table.

-- 
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