摘要: --when you don’t know the structure that the store procedure generates:CREATE TABLE ##1(ID1 INT)CREATE TABLE ##2(ID1 INT)INSERT ##1SELECT 1CREATE PROC UP_TESTAS BEGINSELECT * FROM ##1ENDINSERT I...阅读全文
posted @ 2005-08-03 10:44 董晓涛 阅读(654) 评论(0) 编辑