Postgresql 칼럼 추가 방법
DB/Postgresql2021. 8. 16. 11:52
apt_info 테이블에 acode 칼럼을 추가하는 방법 입니다.
alter table apt_info add column acode varchar(13);
'DB > Postgresql' 카테고리의 다른 글
Postgresql split 하는방법 (0) | 2021.08.16 |
---|---|
Postgresql db 버전확인 (0) | 2021.08.16 |
Postgresql rownum 사용하기 (0) | 2021.08.16 |
PostgreSQL Drop column (0) | 2021.08.15 |
[mac] postgresql 외부접속 가능하게 변경 (0) | 2021.08.15 |
댓글()