Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道在创建 DATABASE 表时可以使用 HH:MM:SS 格式创建类型列的值fractional和值,谢谢!precisiontime
fractional
precision
time
TIME(0) 会给你一个没有小数精度的时间。以下 URL 有一个可以帮助的图表。
SQL Server 时间数据类型