Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 495 Bytes

File metadata and controls

18 lines (14 loc) · 495 Bytes
author MikeRayMSFT
ms.author mikeray
ms.date 12/23/2024
ms.service sql
ms.topic include
ms.custom
build-2025

An expression of a character string.

Can be a constant, variable, or column of character string.

Data types: char, nchar, varchar, or nvarchar.

Note

The REGEXP_LIKE, REGEXP_COUNT, REGEXP_INSTR, and REGEXP_SUBSTR functions support LOB types (varchar(max) and nvarchar(max)) up to 2 MB for the string_expression parameter.