eJhinilly
2017-06-07 15:47
那个select * from imooc_goddess where 1=1那块,不能把把sb.append(" where ")放到for语句上面吗
那样的话得到的sql语句就是: where and user_name=...
1=1 是为了接上 for 循环里的 and,那么 sql 语句就是 where 1=1 and user_name=...
JDBC之 “ 对岸的女孩看过来”
99327 学习 · 856 问题
相似问题