SQL Like Incompatible with
-
Whenever I built SQL query with like ‘%ac’ with WP Data Access,
SELECT
a.
b` as ‘b’
FROMa
WHERE (a
.b
like ‘%%ac%’)`The result will be
last_query: "SELECT
a.
bas 'b' FROM
aWHERE (
a.
blike '%%') limit 100 "
.It looks like %ac is some kind of reversed words. The same happens for %ad as for as I know.
Does anyone know what may cause this and how am I going to fix it?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘SQL Like Incompatible with’ is closed to new replies.