1=1
and 1=0
if injected into a query will give different answers if SQLI exists.There are MANY other tricks that don't involve '
'.Besides, consider the number of valid queries done by the application that involve '*'. You are not going to turn that off.
LIMIT 1 limits row count. The issue here was columns. Like a giant blob someone might've stored in there.
> `SELECT .. FROM information_schema...`
no such table: information_schema.columns
> etc.