말이 복잡하네
insert into table select field from table
시에 insert 값으로 특정 상수를 넣는 방법인데..
해보니 걍.. insert into 안에 'fixed string' 식으로 항목하나 넣어주면 된다.
[링크 : https://stackoverflow.com/questions/30809384/combining-insert-select-with-constants/30809406]
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
sql 문자를 숫자로 정렬하기 (0) | 2019.08.16 |
---|---|
postgresql 상속 (0) | 2019.08.16 |
pgadmin 초기 시작시 브라우저 선택 (0) | 2019.08.15 |
postgres sequence - auto increment (0) | 2019.08.13 |
postgresql 변수 타입 (0) | 2019.08.12 |