MyBatis. ORACLE select * from tableName where name like CONCAT(CONCAT('%', #{name}),'%');. MYSQL select * from tableName where name like ...
確定! 回上一頁