摘要: create proc spGenInsertSQL@TableName as varchar(100)as--declare @TableName varchar(100)--set @TableName = 'orders'--set @TableName = 'eeducation'DECLARE xCursor CURSOR FORSELECT name,xusertypeFROM ... 阅读全文
posted @ 2007-05-11 09:29 网碾平 阅读(689) 评论(0) 推荐(0)