--- title: "Remove Columns from Queries (Visual Database Tools) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual helpviewer_keywords: - "removing columns" - "queries [SQL Server], columns" - "deleting columns" - "dropping columns" ms.assetid: 6d9819b8-ee2f-4838-9713-c5e3ad37ab46 author: stevestein ms.author: sstein manager: craigg --- # Remove Columns from Queries (Visual Database Tools) If you no longer want to use a column in a query, you can remove it. If you do, the Query and View Designer removes references to the column in the select list, the sort specification, the search criteria, **SQL Pane**, and any grouping specifications. > [!NOTE] > If you want to remove a column from just the output of a Select query, you can do so without removing it from the query altogether. For details, see [Remove Columns from Query Results (Visual Database Tools)](visual-database-tools.md). ### To remove a column from the query - In the **Criteria Pane**, select the grid row containing the column you want to remove and then press DELETE. -or- - Remove all references to the column in the [SQL Pane](sql-pane-visual-database-tools.md). ## See Also [Add Columns to Queries (Visual Database Tools)](add-columns-to-queries-visual-database-tools.md) [Sort and Group Query Results (Visual Database Tools)](sort-and-group-query-results-visual-database-tools.md) [Summarize Query Results (Visual Database Tools)](summarize-query-results-visual-database-tools.md) [Perform Basic Operations with Queries (Visual Database Tools)](perform-basic-operations-with-queries-visual-database-tools.md)