随笔 - 79  文章 - 11  trackbacks - 0
<2009年3月>
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234

不再堕落。
Oracle documents: 
http://tahiti.oracle.com/

常用链接

留言簿

随笔分类(66)

随笔档案(79)

相册

收藏夹(11)

搜索

  •  

积分与排名

  • 积分 - 51971
  • 排名 - 952

最新随笔

最新评论

阅读排行榜

scott@ORCL> select count(*from t;

  
COUNT(*)
----------
        28

scott
@ORCL> begin
  
2     for x in (select * from t)
  
3     loop
  
4        insert into t values (x.username,x.user_id,x.created);
  
5     end loop;
  
6   end;
  
7  /

PL
/SQL 过程已成功完成。

scott
@ORCL> select count(*from t;

  
COUNT(*)
----------
        56
posted on 2009-03-26 23:18 donnie 阅读(114) 评论(0)  编辑  收藏 所属分类: database

只有注册用户登录后才能发表评论。


网站导航: