在 SQL Server CE 4 中使用 GetUTCDate

发布于 2024-10-12 04:42:47 字数 381 浏览 4 评论 0原文

考虑一个具有不可空列的 SQL Server CE 4 表:FooDate。目标是将当前 UTC 日期时间作为默认值。

SQL Server Compact 无法识别该函数。函数名称 GetUTCDate。

函数 GetDate() 按预期工作,作为 SQL Server Compact 4 中 datetime 列的默认值。SQL

Server 是否支持 GetUTCDate() CE 4 到底有没有?

替代文字

Consider a SQL Server CE 4 table with a non-nullable column: FooDate. The goal is to have the current UTC datetime as the default.

The function is not recognized by SQL Server Compact. Name of function GetUTCDate.

The function GetDate() works as expected as a default to a datetime column in SQL Server Compact 4.

Is GetUTCDate() supported in SQL Server CE 4 at all?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半葬歌 2024-10-19 04:42:47

SQL Server CE 支持 T-SQL 函数的有限子集。 GetUTCDate() 不是其中之一。

SQL Server CE supports a limited subset of T-SQL functions. GetUTCDate() is not one of them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文