2007年5月27日

通用的针对单表用的交叉表存储过程

摘要: (转 http://topic.csdn.net/t/20040623/18/3117165.html)if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_qry]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop proce... 阅读全文

posted @ 2007-05-27 15:30 晓光 阅读(310) 评论(0) 推荐(0)

导航