IT/DataBase

[Cubrid]시스템 카탈로그(테이블, 컬럼 조회)

알 수 없는 사용자 2022. 11. 22.

db_class

테이블에 대한 리스트 조회는 db_class에서 조회

-> 테이블명이 tm_user인 테이블을 조회

[Cubrid]시스템 카탈로그(테이블, 컬럼 조회) - undefined - db_class
테이블명으로 조회

db_attribute

컬럼에 대한 리스트 조회는 db_attribute에서 조회

[Cubrid]시스템 카탈로그(테이블, 컬럼 조회) - undefined - db_attribute
컬럼명으로 조회

출처 :

https://www.cubrid.org/manual/ko/9.3.0/sql/catalog.html

[Cubrid]시스템 카탈로그(테이블, 컬럼 조회) - undefined - db_attribute