SQL Like Incompatible with
-
Whenever I built SQL query with like ‘%ac’ with WP Data Access,
SELECTa.b` as ‘b’
FROMa
WHERE (a.blike ‘%%ac%’)`The result will be
last_query: "SELECTa.bas 'b' FROMaWHERE (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.
