How to Rename Column into Result Set in SQL

In this article I am going to explain how to rename the column in result set.
  • 2779

Introduction

In this article I am going to explain about how to name the column in result set. By default name of all columns in result set are same as the name of column in the base table. We can  rename these name of columns in result set. We use AS clause to rename the name of nay column in result set.

Fallowing Statement  Rename the Columns in a Result Set

Clipboard23.jpg


© 2020 DotNetHeaven. All rights reserved.