Hi
I want to search a table for a case sensitive result e.g. "Blue", however it currently returns this result whether I search for BLUE, blue etc. I am using Microsoft Access.
The query I tried -
SELECT * FROM User WHERE Password = 'Blue'
Thanks for help in advance.
Hi
I want to search a table for a case sensitive result e.g. "Blue", however it currently returns this result whether I search for BLUE, blue etc. I am using Microsoft Access.
The query I tried -
SELECT * FROM User WHERE Password = 'Blue'
Thanks for help in advance.
Hi all
I get the following error..
You tried to execute a query that does not include the specified expression 'Mark' as part of an aggregate function
Code - SELECT TestID, Max(DateCompleted), Mark FROM UserTest WHERE ServiceID = 'G000000G' GROUP BY TestID;
However I dont want to group by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.