Comments - Right syntax

1 week ago Daniel Black

The error message will show the location within the query text where the parsing failed.

In this case it will be between "like" and "=". As 'LF 6.3' doesn't look like a pattern, I assume = was intended, in which case "like" can be removed to get a correct syntax.

If "LF 6.3" was some input intended to be a pattern (see like), then the "=" is the superfluous content in the query.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
Back to Top