내가 당면한 문제와 해결방안
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';