会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yunlvrensheng
博客园
首页
新随笔
管理
2015年9月4日
[转]ibatis中井号跟美元符号区别(#、$)
摘要: Mybatis中如何在SQL语句表名中使用参数 insert into prefix_${table_name} (a, b, c) values (#{a}, #{b}, #{c})${} 表示直接使用字面量(literal value)#{} 表示这个是个参数如果 table_name 是 “A...
阅读全文
posted @ 2015-09-04 23:44 yunlvrensheng
阅读(720)
评论(0)
推荐(0)