반응형
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
- SQL
- aws cicd
- bootstrap
- chart.js
- Airflow
- codedeploy
- node
- JavaScript
- or some instances in your deployment group are experiencing problems.
- codedeploy error
- redis
- chartjs
- Flux
- Spring
- java bigdecimal
- codebuild
- PostgreSQL
- IntelliJ
- COALESCE
- Python
- kubeflow
- Spring Error
- Jenkins
- codepipeline
- VPN
- 도커
- docker
- aws
- AWS CI/CD 구축하기
- Kafka
Archives
- Today
- Total
Small Asteroid Blog
[SQL] postgresql 숫자 포함한 , 숫자 포함하지 않은 행 추출 본문
728x90
숫자가 하나라도 들어있으면 추출
select * from schema.tablename where "date" ~ '[0-9]+'
숫자가 하나도 들어있지 않으면 추출
select * from schema.tablename where "date" !~ '[0-9]+'
728x90
반응형
'백엔드 > DB' 카테고리의 다른 글
mysql/postgresql 중복되는 데이터 항목 찾기 (0) | 2022.04.05 |
---|---|
psql 사용시 쉘 스크립트로 postgres password 바로접속 (0) | 2022.03.15 |
Mysql 명령어 사용해서 사용자 생성/조회/추가/삭제 (0) | 2022.01.19 |
[postgresql] duplicated key value violates unique constraint (0) | 2022.01.18 |
[DBeaver] Mysql - Public Key Retrieval is not allowed (0) | 2022.01.17 |