码迷,mamicode.com
首页 > 其他好文 > 详细

refid

时间:2017-09-05 12:31:34      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:sel   column   引用   col   标签   rom   from   通过   ase   

1、首先定义一个sql标签,一定要定义唯一id<sql id="Base_Column_List" >name,age</sql>
2、然后通过id引用
<select id="selectAll">
select 
<include refid="Base_Column_List" />
    from student
</select>
这个<include refid="Base_Column_List" />会自动把上面的代码贴过来

refid

标签:sel   column   引用   col   标签   rom   from   通过   ase   

原文地址:http://www.cnblogs.com/cyyh/p/7477954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!