Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I'm using an Access 97 database (and IIS4) and would like to know whether the following query is possible.
I've written the query in broken English in order to make my intention transparent.
SELECT * FROM Fruits WHERE Fruit="Apple" OR Color="Green" OR Shape="Round" OR Texture="Smooth" ORDER BY the rows that have the most of these attributes first.
Thanks
Marcus
P.S. Responses were given to this question in the ANSI SQL which I think was the wrong forum for my question. Although those responses were very much appreciated I could get neither of them to work.
I'm using an Access 97 database (and IIS4) and would like to know whether the following query is possible.
I've written the query in broken English in order to make my intention transparent.
SELECT * FROM Fruits WHERE Fruit="Apple" OR Color="Green" OR Shape="Round" OR Texture="Smooth" ORDER BY the rows that have the most of these attributes first.
Thanks
Marcus
P.S. Responses were given to this question in the ANSI SQL which I think was the wrong forum for my question. Although those responses were very much appreciated I could get neither of them to work.