摘要:
select name from syscolumns where id in (select id from sysobjects where type = 'u' and name = '相应表名') 阅读全文
posted @ 2008-05-19 11:33
heart-in-sky
阅读(134)
评论(0)
推荐(0)
摘要:
create PROCEDURE pdz AS declare @s varchar(8000) set @s= 'create table testg(序号 varchar(20) ' select @s=@s+ ', '+ ColumnName +' varchar(20) ' from Roche_Log_Field set @s=@s... 阅读全文
posted @ 2008-05-19 10:58
heart-in-sky
阅读(822)
评论(0)
推荐(0)
浙公网安备 33010602011771号