mysql 模糊查詢 concat()

concat() 函數,是用來鏈接字符串。 web 精確查詢: select * from user where name=」zhangsan」 模糊查詢; select * from user where name like 「%zhang%」微信 在實際的使用中,條件是做爲參數傳遞進來的。 因此咱們使用 concat() 函數 mybatis mybatis: select * from us
相關文章
相關標籤/搜索