sqlserver 表达式函数测试

This commit is contained in:
28810
2018-12-21 19:46:03 +08:00
parent 759d507cef
commit 7a61aea544
3 changed files with 27 additions and 27 deletions

View File

@ -71,7 +71,7 @@
| a.ToString() | date_format(a, '%Y-%m-%d %H:%i:%s.%f') | convert(varchar, a, 121) | - | 转换字符串 |
### 时间对象
| 表达式 | MySql | SqlServer | PostgreSQL | 功能说明 |
| 表达式 | MySql(微秒) | SqlServer(秒) | PostgreSQL | 功能说明 |
| - | - | - | - | - |
| TimeSpan.Zero | 0 | 0 | - | 0微秒 |
| TimeSpan.MaxValue | 922337203685477580 | 922337203685477580 | - | 最大微秒时间 |