SELECT COUNT(*) FROM pg_attribute WHERE attrelid IN (SELECT oid FROM pg_class WHERE relname='테이블이름') AND attname='필드이름';






Posted by bloodguy
,