SELECT
id,
user_name,
pass_word,
create_by,
create_date,
update_by,
update_date
FROM
test_mysql.`user`
WHERE
(
user_name LIKE CONCAT( '%', '王', '%' )
OR pass_word LIKE CONCAT( '%', '234', '%' )
)
Mysql字符拼接关键字
最新推荐文章于 2024-06-06 12:44:47 发布