29.12.2014, 12:13
Код:
It does not escape % and _. These are wildcards in MySQL if combined with LIKE, GRANT, or REVOKE.
It does not escape % and _. These are wildcards in MySQL if combined with LIKE, GRANT, or REVOKE.
SELECT name FROM player WHERE name LIKE 'Mike%'