A
Al K
I need to query both upper and lower case letters from a table, but when I
run the following query:
SELECT * FROM table
WHERE (((table.Key)="a"));
I get records with a key of "A" and "a".
How do I specify criteria to just get the lower case "a" record?
Thank you.
Al K
run the following query:
SELECT * FROM table
WHERE (((table.Key)="a"));
I get records with a key of "A" and "a".
How do I specify criteria to just get the lower case "a" record?
Thank you.
Al K