顯示表結(jié)構(gòu)oralce,mysql
大家最常使用的現(xiàn)實(shí)表結(jié)構(gòu)是mysql中的自己了解得比較多,
1、desc(describe) tablename;
2、show columns from tablename;
3,use information_schema;
select * from columns where table_name='tablename';
4、show create table tabelname;
而oracle中自己現(xiàn)在知道的有:
1、desc(describe) tablename;
2、show parameter tablename;
如果以后找到有別的,繼續(xù)添加上去。
posted on 2009-05-12 11:35 duduli 閱讀(1050) 評(píng)論(0) 編輯 收藏 所屬分類: 數(shù)據(jù)庫