db2 table 확인

db2 describe table syscat.tables

db2 "select count(*) from syscat.tables where type='T'
db2 "select count(*) from syscat.tables where type='T' and tabschema not like 'SYS%'"

댓글

이 블로그의 인기 게시물

[ASP] ASP에서 오라클 DB연결 문의 - Microsoft OLE DB Provider for Oracle error '80004005'

db2 user 생성 및 권한 설정

[자바스크립트] 소수점 계산오류가 생길때 해결 방법