[Solved] SELECT * FROM games WHERE


The only way I see this really would’t work, is if you’ve mistyped the name of the column ‘title’ (if the second query you wrote works)

The assumptions about the case sensitivity are wrong, since the second query returns something, the first should return at least the same rows as the second one

In MySQL ” ” works just as ‘ ‘, so this assuption was wrong too.

If you post more information, it would be easier to help you

1

solved SELECT * FROM games WHERE