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
- String Functions and Date Operators
- 방화벽
- HTTP
- 전자정부 표준프레임워크
- 티베로
- 전자정부표준프레임워크
- MySQL
- Data and Time Functions
- String Functions and Operators
- String Function and Operators
- 윈도우
- Tibero
- 오라클
- SVN
- Date and Time Function
- Oracle
- Date and Time Functions
- Sring Functions and Operators
Archives
- Today
- Total
웹이야기
MySQL LOCALTIME() 본문
MySQL 날짜함수, 시간함수
LOCALTIME()
-
LOCALTIME, LOCALTIME([fsp])
의 형태
LOCALTIME AND LOCALTIME() are synonyms for NOW()
mysql> SELECT LOCALTIME;
+---------------------+
| LOCALTIME |
+---------------------+
| 2020-04-02 13:00:10 |
+---------------------+
1 row in set (0.00 sec)
mysql> SELECT LOCALTIME();
+---------------------+
| LOCALTIME() |
+---------------------+
| 2020-04-02 13:00:14 |
+---------------------+
1 row in set (0.00 sec)
'D > MySQL' 카테고리의 다른 글
MySQL MAKETIME() (0) | 2020.04.02 |
---|---|
MySQL MAKEDATE() (0) | 2020.04.02 |
MySQL LAST_DAY() (0) | 2020.04.02 |
MySQL HOUR() (0) | 2020.04.02 |
MySQL GET_FORMAT() (0) | 2020.04.02 |
Comments