gpt4 book ai didi

sql - "Non-deterministic User-Defined functions can be used in a deterministic manner"是什么意思?

转载 作者:行者123 更新时间:2023-12-02 17:07:20 24 4
gpt4 key购买 nike

根据 Deterministic and Nondeterministic Functions 上的 MSDN SQL BOL(联机丛书)页面,非确定性函数可以“以确定性方式使用”

The following functions are not always deterministic, but can be used in indexed views or indexes on computed columns when they are specified in a deterministic manner.

非确定性函数可以以确定性方式使用是什么意思?
有人可以说明如何可以做到这一点吗?以及在哪里您会这样做?

最佳答案

函数是确定性的意味着它保证始终为相同的输入参数返回相同的输出值。

我认为以确定性方式使用非确定性函数意味着您确保传递给函数的参数范围使得返回值是确定性的,即。仅依赖于这些论点。

这在实践中意味着什么取决于函数的作用以及它的不确定性。

关于sql - "Non-deterministic User-Defined functions can be used in a deterministic manner"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/709601/

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