Total Page Preview:   000000006698

How to use String CONCAT method in azure documentdb

In this article we will learn  string concatenation or CONCAT method in azure Documentdb.

CONCAT Method

The CONCAT Method will Returns a string that is the result of concatenating two or more string values.

Syntax

CONCAT(<str_expr>, <str_expr>)

Example:

SELECT CONCAT("Brijesh", " ", "Kumar")

Result:
 
 [{"$1":"Brikesh Kumar"}]
 
OUTPUT
 
 
 
 
 
Thanks,

Thank You

About Author

Brijesh Kumar

Database Developer

I have more then 6 years Experience in Microsoft Technologies - SQL Server Database, ETL Azure Cloud - Azure SQL Database, CosmosDB, Azure Data Factory, PowerBI, Web Job, Azure Function, Azure Storage, Web Apps, Powershall and Database Migration On-Premise to Azure Cloud.
LinkedIn : https://www.linkedin.com



Comments