Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.6 KB

File metadata and controls

39 lines (33 loc) · 1.6 KB
title String operators (Transact-SQL)
description String operators (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.reviewer jopilov
ms.date 06/06/2023
ms.service sql
ms.subservice t-sql
ms.topic reference
helpviewer_keywords
operators [Transact-SQL], string concatenation
plus sign (+)
string concatenation operators
+ (string concatenation)
dev_langs
TSQL

String operators (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Managed Instance]

[!INCLUDEssNoVersion] provides the following string operators. String concatenation operators can combine two or more of the following data types into one expression:

  • character or binary strings
  • columns
  • combination of strings and column names

Wildcard string operators can match one or more characters in a string comparison operation. LIKE and PATINDEX are examples of two of these operations.

In this section