내가 당면한 문제와 해결방안

postgresql get column_name with data_type

한만큼 2020. 5. 19. 11:16
select column_name,data_type 
from information_schema.columns 
where table_name = 'table_name';

stackoverflow.com/a/32369441/10194999

저작자표시 비영리 동일조건 (새창열림)