함수 next week()

Jmnote (토론 | 기여)님의 2015년 2월 19일 (목) 21:51 판


1 SQL

1.1 MySQL

SELECT SYSDATE() - INTERVAL 1 WEEK;
SELECT NOW() - INTERVAL 1 WEEK;
# 2015-02-12 21:52:14

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}