SQL 将查询出的表当做 value 插入到表中

insert into Print (printChannelStyleId,TemplateResourceID,CreateDate) 
select a.id, b.id,getdate() from PrintStyle as a,Template as b where  a.catalogId in (27,28,29) 
and b.BindType=a.styleCode 

posted @ 2011-04-14 10:47  hen  阅读(333)  评论(0编辑  收藏  举报