Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PostgreSQL 9.1 を使用しています。テーブルの列名があります。この列を持つ/持つテーブルを見つけることは可能ですか? もしそうなら、どのように?
あなたもできる
select table_name from information_schema.columns where column_name = 'your_column_name'