2014年4月30日
摘要: 逗号分割数据转化为一对多数据select * from sys_role_list where id in (select c from (with test as (select roleid c from sys_role_info where id=1) select substr(t.... 阅读全文
posted @ 2014-04-30 11:41 酒歌 阅读(1626) 评论(0) 推荐(0)