Skill/postgreSQL
postgresql table layout 조회
진열사랑
2023. 6. 7. 14:05
select * from INFORMATION_SCHEMA.COLUMNS
where TABLE_NAME = 'gnr_fee'