LMSouq
database Open

MySQL: is a SELECT statement case sensitive?

RO
rollingcodes
1 month ago
3 views
Problem Description
Is a MySQL `SELECT` query case sensitive or case insensitive by default? And if not, what query would I have to send so that I can do something like the following? SELECT * FROM `table` WHERE `Value` = "iaresavage" Where in actuality, the real value of `Value` is `IAreSavage`.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base