Find current timestamp info mysql
Find current data/time on MySQL / MariaDB
mysql configurationintermediate
by MYSQL
13 views
Find current data/time on MySQL / MariaDB
12345678
mysql>
select CURRENT_TIMESTAMP,current_date,localtime(0),localtimestamp(0);
+---------------------+--------------+---------------------+---------------------+
| CURRENT_TIMESTAMPÂ Â | current_date | localtime(0)Â Â Â Â | localtimestamp(0) |
+---------------------+--------------+---------------------+---------------------+
| 2021-07-04 22:44:33 | 2021-07-04Â Â | 2021-07-04 22:44:33 | 2021-07-04 22:44:33 |
+---------------------+--------------+---------------------+---------------------+
1 row in set (0.00 sec)Please to add comments
No comments yet. Be the first to comment!