The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.2 KiB
1.2 KiB
title, language
| title | language |
|---|---|
| to_days | zh-CN |
to_days
description
Syntax
INT TO_DAYS(DATETIME date)
返回date距离0000-01-01的天数
参数为Date或者Datetime类型
example
mysql> select to_days('2007-10-07');
+-----------------------+
| to_days('2007-10-07') |
+-----------------------+
| 733321 |
+-----------------------+
keyword
TO_DAYS,TO,DAYS