반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- aws cicd
- codebuild
- AWS CI/CD 구축하기
- redis
- chartjs
- Kafka
- chart.js
- Jenkins
- java bigdecimal
- kubeflow
- codedeploy error
- docker
- JavaScript
- codedeploy
- aws
- node
- Spring Error
- PostgreSQL
- IntelliJ
- Spring
- Flux
- COALESCE
- SQL
- 도커
- VPN
- Python
- Airflow
- bootstrap
- codepipeline
- or some instances in your deployment group are experiencing problems.
Archives
- Today
- Total
목록postgresql insert into list 형 (1)
Small Asteroid Blog
[python] postgresql insert into list 형
리스트형식의 데이터를 db 에 적재하고자 한다. noun_list = ['aaa', 'bbb', 'ccc'] values 엔 %r 을 사용하고 값 부분에는 tuple(noun_list) cur.execute("""INSERT INTO gtcktest.freqresult (id,result) \ values(%s,%r) \ on conflict on constraint freqresult_pk \ do update set result = EXCLUDED.result """%(docid, tuple(noun_list)))
백엔드/Python
2021. 11. 17. 17:24