gpt4 book ai didi

sql - 相当于 SQL Server 中的 PostgreSQL 类型 "timestamp without time zone"

转载 作者:行者123 更新时间:2023-11-29 11:14:52 25 4
gpt4 key购买 nike

SQL Server 中 postgresql 的“没有时区的时间戳”的类型是什么?

可以使用 DateTime 吗?

最佳答案

对于新开发,您可以使用 datetime2数据类型,而不是“普通”datetime。它存储没有时区的时间戳,并允许您指定系统所需的精度。

得到1微秒的精度,相当于timestamp without time zone在 PostgreSQL 中,您需要指定 6 位小数位的精度,即

datetime2(6)

See this answer for details on why Microsoft recommends using datetime2 .

关于sql - 相当于 SQL Server 中的 PostgreSQL 类型 "timestamp without time zone",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21913563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com