CONTAINS (Transact-SQL) - SQL Server | Microsoft Learn
22 Samh 2024 · CONTAINS is a predicate used in the WHERE clause of a Transact-SQL SELECT statement to perform SQL Server full-text search on full-text indexed columns containing …
CREATE FUNCTION (Transact-SQL) - SQL Server | Microsoft Learn
Specifies that a series of Transact-SQL statements, which together don't produce a side effect such as modifying a table, define the value of the function. function_body is used only in scalar …
What Are the Microsoft SQL Database Functions? - SQL Server
29 MFómh 2025 · Learn about the categories of built-in functions you can use with SQL databases. You can use the built-in functions or create your own user-defined functions.
Regular Expressions Functions (Transact-SQL) - SQL Server
7 Iúil 2025 · Use the functions described in this article to match complex patterns and manipulate data in SQL Server with regular expressions.
System functions (NoSQL query) - Azure Cosmos DB for NoSQL
Azure Cosmos DB for NoSQL provides many built-in system functions for common tasks across a wide variety of categories.
String Functions (Transact-SQL) - SQL Server | Microsoft Learn
23 Beal 2023 · All built-in string functions except FORMAT are deterministic. This means they return the same value any time they are called with a specific set of input values. For more …
JSON_CONTAINS (Transact-SQL) - SQL Server | Microsoft Learn
28 DFómh 2025 · The JSON_CONTAINS function searches for a SQL value in a path in a JSON document.
Date and time data types and functions (Transact-SQL)
Functions that return system date and time values Transact-SQL derives all system date and time values from the operating system of the computer on which the instance of SQL Server runs.
contains Function (XQuery) - SQL Server | Microsoft Learn
15 Aib 2024 · Learn about using the contains function in an XQuery to determine whether a specified string value contains the specified substring value.
SUBSTRING (Transact-SQL) - SQL Server | Microsoft Learn
16 Aib 2025 · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.