喜欢就来多看看

11g partition practise

上一篇 / 下一篇  2007-11-05 00:00:00 / 个人分类:11g&Grid

----------system------------

SQL> create table p_table (sid integer,serial# integer)
2 partition by system
3 (partition p1 ,
4 partition p2);

Table created.

SQL> insert into p_table partition(p1) values(1,1);

1 row created.

SQL> insert into p_table partition(p2) values(2,2);

1 row created.

SQL> select * from p_table partition(p1);

SID SERIAL#
---------- ----------
1 1

SQL> select * from p_table partition(p2);

SID SERIAL#
---------- ----------
2 2

SQL>



TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-12-05  
 123456
78910111213
14151617181920
21222324252627
28293031   

数据统计

  • 访问量: 11530
  • 日志数: 1129
  • 图片数: 1
  • 书签数: 1
  • 建立时间: 2007-12-13
  • 更新时间: 2008-06-02

RSS订阅

Open Toolbar