Skip to content

Commit

Permalink
Update data-types.md (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Feb 13, 2022
1 parent d099c08 commit 6efd61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/MatrixOne/Reference/SQL-Reference/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Reference: <https://dev.mysql.com/doc/refman/8.0/en/data-types.html>

| Data Type | Size | Resolution | Min Value | Max Value | Precision |
| ---- | ---- | ---- | ---- | ---- | ---- |
| Date | 2 byte | day | 1000-01-01 | 9999-12-31 | YYYY-MM-DD |
| Date | 4 byte | day | 1000-01-01 | 9999-12-31 | YYYY-MM-DD |
| DateTime | 4 byte | second | 1970-01-01 00:00:00 | 2105-12-31 23:59:59 | YYYY-MM-DD hh:mm:ss |

## **Examples**
Expand Down Expand Up @@ -71,4 +71,4 @@ Reference: <https://dev.mysql.com/doc/refman/8.0/en/data-types.html>
> insert into names(name, age) values('Abby', '24');
```
```

0 comments on commit 6efd61a

Please sign in to comment.