반응형
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
- COALESCE
- Flux
- JavaScript
- codedeploy
- codedeploy error
- Spring Error
- Kafka
- redis
- 도커
- aws cicd
- AWS CI/CD 구축하기
- codepipeline
- PostgreSQL
- Spring
- bootstrap
- chart.js
- kubeflow
- node
- Airflow
- SQL
- chartjs
- Jenkins
- java bigdecimal
- aws
- IntelliJ
- codebuild
- or some instances in your deployment group are experiencing problems.
- VPN
- Python
- docker
Archives
- Today
- Total
Small Asteroid Blog
postgresql sequence 시퀀스 만들기 본문
728x90
시퀀스 생성
시퀀스 지우기
시퀀스 시작 숫자 변경하기
create sequence seq_source;
drop sequence seq_source;
ALTER SEQUENCE seq_source restart with 2;
728x90
반응형
'백엔드 > DB' 카테고리의 다른 글
postgresql 현재 db 와 연결된 쿼리 확인하기 (0) | 2021.12.24 |
---|---|
[PostgreSQL] if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf (0) | 2021.12.22 |
postgresql id자동증가 - sequence 만들기 (0) | 2021.11.24 |
postgresql 최대 동시 접속자 수를 초과했습니다 해결 (2) | 2021.11.18 |
[postgresql] dt did not find any relations (0) | 2021.11.15 |