Mysql: select * from 表名 where 欄位 like concat('%',變數,'%'); ...
Mysql:
select * from 表名 where 欄位 like concat(
'%'
,變數,
'%'
);
Mysql: select * from 表名 where 欄位 like concat('%',變數,'%'); ...
Mysql:
select * from 表名 where 欄位 like concat(
'%'
,變數,
'%'
);