Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I'm using an Access database and would like to know whether the follow 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
I'm using an Access database and would like to know whether the follow 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