当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 期待指教中~~ ......
 ·考研软件研究生同盟会    »显示摘要«
    摘要: 望多指教 ......


一个菜鸟问题

存储过程要返回一个记录集。存储过程中创建了一个临时表。请问这个记录集可不可以用select语句从临时表中选择

NO.1   作者: erigido

可以  
  select   *  
  from   #temp

NO.2   作者: leimin

no   problem,example:  
   
  create   proc   test  
  as  
  set   nocount   on  
   
  insert   into   #temp   select   *   from   sales   where     qty>=10  
   
  select   *   from   #temp  
  go


 ·有谁用过symantec c++    »显示摘要«
    摘要: 在一篇资料里看到说著名的digital mas c++是继承自symantec公司的symantec c++,本人孤陋寡闻,只知道symantec有我很喜欢的norton和ghost,谁用过symantec c++,麻烦告之一二 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE