Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8a01362

Browse files
committed
Merge branch 'patch-2' of https://github.com/AssafFraenkel/sql-docs into sql-mi-audit
2 parents 4562b47 + b79e577 commit 8a01362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/user-defined-functions/deterministic-and-nondeterministic-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
1717
---
1818
# Deterministic and nondeterministic functions
1919

20-
[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
20+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2121

2222
Deterministic functions always return the same result any time they're called with a specific set of input values and given the same state of the database. Nondeterministic functions may return different results each time they're called with a specific set of input values even if the database state that they access remains the same. For example, the function AVG always returns the same result given the qualifications stated above, but the GETDATE function, which returns the current datetime value, always returns a different result.
2323

0 commit comments

Comments
 (0)