建立表的时候可以指定表空间的。
create table A01
(
col1 VARCHAR2(2),
col2 VARCHAR2(2) default 'Y'
)
tablespace tsp1
create table A01
(
col1 VARCHAR2(2),
col2 VARCHAR2(2) default 'Y'
)
tablespace tsp1
1025
1883
2718

被折叠的 条评论
为什么被折叠?