jdbcTemplate的like占位查询使用 Administrator 2018-05-26 数据库 SQL 125 jdbcTemplate 的 like 占位查询?使用 Oracle select * from table where col like '%'||?||'%' Mysql select * from table where col like concat('%',?,'%')