숫자가 하나라도 들어있으면 추출
select * from schema.tablename where "date" ~ '[0-9]+'
숫자가 하나도 들어있지 않으면 추출
select * from schema.tablename where "date" !~ '[0-9]+'
반응형
'프로그래밍 언어 > 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 |