我是条汉子 发表于 2018-10-24 06:41:36

Mybatis学习笔记-动态SQL与模糊查询

  
  select * from d_user where
  
  name like #{name} and
  
  age between #{minAge} and #{maxAge}
  


页: [1]
查看完整版本: Mybatis学习笔记-动态SQL与模糊查询