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 | 31 |
Tags
- 보안양파
- GitLab
- pfsense
- docker
- miniconda
- 로그인불가
- hardening
- XCP-ng
- xe guest utilities
- 한글가이드
- centos 8
- Proxy
- freebsd
- application security
- bash
- PlayBook
- elastic stack
- Windows
- Kibana server is not ready yet
- proxycfg
- Elasticsearch
- ansible
- endpoint security
- Kibana
- ssh key 배포
- ELASTIC
- macos
- x-pack
- G-suite
Archives
- Today
- Total
선 밖에 선 자유인
6개월 이내의 데이터 추출 본문
date 이용하여 6개월 이내의 데이터만 추출하는 Query
mysql> select * from table_name where date(date_column_name) > date(subdate(now(), interval 6 month));
Comments