Results of 1 - 1 of about 1 for tstable (0.008 sec.)
- MySQL :: MySQL 8.0 リファレンスマニュアル :: 8.3.14 TIMESTAMP カラムからのインデ... 9414
- Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト
...
なる個別の UTC 値を示しています: mysql> CREATE TABLE tstable (ts TIMESTAMP); mysql> SET time_zone = 'UTC'; -- i ...
nsert UTC values mysql> INSERT INTO tstable VALUES ('2018-10-28 00:30:00'), ('2018-10-28 01:30 ...
:00'); mysql> SELECT ts FROM tstable; +---------------------+ | ts | +----------------- ...
; -- retrieve non-UTC values mysql> SELECT ts FROM tstable; +---------------------+ | ts | +----------------- ...
-
https://man.plustar.jp/mysql/timestamp-lookups.html
- [similar]
PREV
1
NEXT