Oracle常見問題集(一)[22]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 hiyaolee 的 blog

sql>comment on column . is '列注釋';

注釋已創建。

sql> select * from user_tab_comments where comments is not null;

 

42. 如何查看各個表空間佔用磁片情況?

sql> col tablespace format a20

sql> select

b.file_id 文件id,

本文关键:Oracle常見問題集(一)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top