Hello
I'm getting an error from queries in MySQL because I have similar database entries but with different lowercase and uppercase. So for example:
"Ball" and "ball"
are taken as equal and if I query for "Ball" two values are returned and thus the error.
Is there a way to modify this on the pythonanywhere console?
thanks