RE: distinctSelection(veryUrgent)

2005-01-04 Thread Tom Crimmins
: distinctSelection(veryUrgent) hello, i m using mysql 4.0.18-standard version it is not accepting subqurries. problem is: i have 2 tables: First(id,Flower,Color); => color is char(2); Second(Shop,Date,Flower,Color); first table will contain only unique flowers , and colors, id

Re: distinctSelection(veryUrgent)

2005-01-04 Thread yoge
select * from secondtable left outer join second.flower=first.flower and second.color=first.color where first.flower is NULL N. Kavithashree wrote: hello, i m using mysql 4.0.18-standard version it is not accepting subqurries. problem is: i have 2 tables: First(id,Flower,Color); => color is ch

distinctSelection(veryUrgent)

2005-01-04 Thread N. Kavithashree
hello, i m using mysql 4.0.18-standard version it is not accepting subqurries. problem is: i have 2 tables: First(id,Flower,Color); => color is char(2); Second(Shop,Date,Flower,Color); first table will contain only unique flowers , and colors, id is autoincrement. second tab