// test_schema 라는 스키마에 test_table 이라는 테이블이 있는지
SELECT COUNT(*) FROM pg_tables WHERE schemaname='test_schema' AND tablename='test_table';
SELECT COUNT(*) FROM pg_tables WHERE schemaname='test_schema' AND tablename='test_table';
'DataBase' 카테고리의 다른 글
[MongoDB] shell 커맨드 불가 (setShardVersion, unauthorized) (0) | 2012.03.29 |
---|---|
[PostgreSQL] 필드가 존재하는지 체크 (field exist) (0) | 2011.08.08 |
[SQLite] 테이블 리스트 보기 (show tables) (2) | 2010.11.16 |
[MySQL] 사용자 DB 생성 (0) | 2010.11.12 |
[PostgreSQL] 조건식 (0) | 2010.04.09 |