打赏
摘要: 问题: 举个简单例子说明create or replace procedure procStr(inString in varchar2)asbeginselect * from book where id in (inString);end procStr;我在inString中输入‘21,22’ 阅读全文
posted @ 2017-04-13 16:40 刘奇云 阅读(9433) 评论(0) 推荐(0)
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Data.SqlClient; 5 using System.Reflection; 6 7 namespace DAL.D 阅读全文
posted @ 2017-04-13 16:24 刘奇云 阅读(315) 评论(0) 推荐(0)