大家知道,mysql的模糊查詢也需要用到%。 我們有一張test表,要對name欄位進行模糊查詢,預期的sql如下:. select * from test where name like '%abc ...
確定! 回上一頁