Home >Database >Mysql Tutorial >oracle查询表结构

oracle查询表结构

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 14:58:161053browse

selectCOLUMN_NAME,DATA_TYPEFROMuser_tab_columnstwheret.TABLE_NAME=表名 注意表名大写 无 select COLUMN_NAME ,DATA_TYPE FROM user_tab_columns t where t.TABLE_NAME = '表名'注意表名大写

  select COLUMN_NAME ,DATA_TYPE FROM user_tab_columns t where t.TABLE_NAME = '表名'
注意表名大写
  select COLUMN_NAME ,DATA_TYPE FROM user_tab_columns t where t.TABLE_NAME = '表名'
注意表名大写
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:mysql 批量更新记录Next article:Oracle归档日志删除