附上SQL Server的存储过程例子
摘要:代码如下,看了就明白:--添加项目大类存储过程use chaiqianD2goif object_id('p_InsertBigType', 'p') is not nulldrop procedure p_InsertBigTypegocreate procedure p_InsertBigTyp...
阅读全文
posted @ 2014-11-23 22:04
posted @ 2014-11-23 22:04
posted @ 2014-11-23 22:00