Re: Escaping Strings
Lawrence D'Oliveiro <[email protected]> Fri, 23 Aug 2024 02:33:36 -0000 (UTC)
| Newsgroups | comp.databases.mysql |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Mon, 19 Aug 2024 11:24:06 +0200, J.O. Aho wrote: > I would looked into using parameterized queries ... There are lots of cases they don’t handle. Like for example LIKE and REGEXP operands.