语句拼接:
$condition .= " OR `name` LIKE concat('%',?,'%') OR `name` LIKE concat('%',?,'%'))";
$params[] = $matches_before[1];
$params[] = $name_all;
字符串:M&M'S
错误:
`
DB_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's%' ) GROUP BY img_url LIMIT 1' at line 1
RAW_SQL: SELECT id, name
, img_url FROM material WHERE deleted_at is null and (name
LIKE '%m's%' ) GROUP BY img_url LIMIT 1
`
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…