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

oracle查询表结构

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 14:58:16
Original
1058 people have browsed it

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 = '表名'
注意表名大写
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template