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