java.sql.SQLSyntaxErrorException: ORA-00909: 參數(shù)個數(shù)無效 用MyBatis進行多參數(shù)模糊查詢的時候遇到這個異常,看了下打印日志,發(fā)現(xiàn)異常出在預(yù)編譯之后,插入實參的時候。 ==> Preparing: select role_id, role_name, note from t_role where role_name like concat('%', ?, '%') and note like concat('%...
www.dbjr.com.cn/article/2154...htm 2025-5-22