Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.25 KB

File metadata and controls

44 lines (33 loc) · 2.25 KB
title Reorder Output Columns
ms.custom seo-lt-2019
ms.date 01/19/2017
ms.prod sql
ms.prod_service sql-tools
ms.technology ssms
ms.topic conceptual
helpviewer_keywords
reordering output columns [SQL Server]
output columns [SQL Server]
ms.assetid 76462885-de4a-4290-a26b-90696d3671f4
author markingmyname
ms.author maghan
ms.manager jroth
ms.reviewer

Reorder Output Columns (Visual Database Tools)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] The order in which you add data columns to a Select query determines the order in which they appear in the results. The first column you add to the query appears leftmost in the results, the second column next, and so on.

If you are creating Update or Insert queries, the order in which you add columns affects the order in which data is processed.

To control where a data column appears in the result set, or in what order it is used, you can reorder the columns.

To reorder columns for output

  1. In the Criteria pane, select the row containing the column by clicking the row selector button to the left of the row.

  2. Point to the row selector button and drag the row to a new location.

    -or-

    Edit the order of the column names in the SQL pane.

Tip

You can add a data row at a specific location in the Criteria pane by inserting a blank row into the Criteria pane, and then specifying the data column to insert. For details, see Add Columns to Queries (Visual Database Tools).

See Also

Sort and Group Query Results (Visual Database Tools)
Summarize Query Results (Visual Database Tools)
Perform Basic Operations with Queries (Visual Database Tools)