본문 바로가기

이거슨 상식!

psql DB 명령어 모음집

1. 컬럼명으로 테이블 찾기 

select table_name from information_schema.columns where column_name = 'your_column_name'