---
title: "What is the use of COALESCE () in SQL Server?"  
description: "What is the use of COALESCE () in SQL Server?"  
author: "Ashutosh Kumar Verma"  
published: 2021-11-11  
canonical: https://www.mindstick.com/interview/33815/what-is-the-use-of-coalesce-in-sql-server  
category: "mssql server"  
tags: ["sql server", "sql"]  
reading_time: 1 minute  

---

# What is the use of COALESCE () in SQL Server?

## COALESCE() in SQL:

The used of COALESCE() in SQL server is to find the first non-null value from given list.

Example-

\

## Answers

### Answer by Ashutosh Kumar Verma

## COALESCE() in SQL:

The used of COALESCE() in SQL server is to find the first non-null value from given list.

Example-

\


---

Original Source: https://www.mindstick.com/interview/33815/what-is-the-use-of-coalesce-in-sql-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
