project-away operator

Learn how to use the project-away operator to select columns from the input table to exclude from the output table.

Select what columns from the input table to exclude from the output table.

Syntax

T | project-away ColumnNameOrPattern [, …]

Parameters

NameTypeRequiredDescription
Tstring✔️The tabular input from which to remove columns.
ColumnNameOrPatternstring✔️One or more column names or column wildcard-patterns to be removed from the output.

Returns

A table with columns that weren’t named as arguments. Contains same number of rows as the input table.

Examples

The input table PopulationData has 2 columns: State and Population. Project-away the Population column and you’re left with a list of state names.

PopulationData
| project-away Population

Output

The following table shows only the first 10 results.

State
ALABAMA
ALASKA
ARIZONA
ARKANSAS
CALIFORNIA
COLORADO
CONNECTICUT
DELAWARE
DISTRICT OF COLUMBIA
FLORIDA

Project-away using a column name pattern

This query removes columns starting with the word “session”.

ConferenceSessions
| project-away session*

Output

The table shows only the first 10 results.

conferenceownerparticipantsURLlevelstarttimedurationtime_and_durationkusto_affinity
PASS Summit 2019Avner Aharonihttps://www.eventbrite.com/e/near-real-time-interact-analytics-on-big-data-using-azure-data-explorer-fg-tickets-775327756192019-11-07T19:15:00ZThu, Nov 7, 11:15 AM-12:15 PM PSTFocused
PASS SummitRohan KumarAriel Pisetzkyhttps://www.pass.org/summit/2018/Learn/Keynotes.aspx2018-11-07T08:15:00Z90Wed, Nov 7, 8:15-9:45 amMention
Intelligent Cloud 2019Rohan KumarHenning Rauch2019-04-09T09:00:00Z90Tue, Apr 9, 9:00-10:30 AMMention
Ignite 2019Jie Fenghttps://myignite.techcommunity.microsoft.com/sessions/839401002019-11-06T14:35:00Z20Wed, Nov 6, 9:35 AM - 9:55 AMMention
Ignite 2019Bernhard RodeLe Hai Dang, Ricardo Niepelhttps://myignite.techcommunity.microsoft.com/sessions/815962002019-11-06T16:45:00Z45Wed, Nov 6, 11:45 AM-12:30 PMMention
Ignite 2019Tzvia GitlinTroynahttps://myignite.techcommunity.microsoft.com/sessions/839334002019-11-06T17:30:00Z75Wed, Nov 6, 12:30 PM-1:30 PMFocused
Ignite 2019Jie Fenghttps://myignite.techcommunity.microsoft.com/sessions/810573002019-11-06T20:30:00Z45Wed, Nov 6, 3:30 PM-4:15 PMMention
Ignite 2019Manoj Rahejahttps://myignite.techcommunity.microsoft.com/sessions/839393002019-11-07T18:15:00Z20Thu, Nov 7, 1:15 PM-1:35 PMFocused
Ignite 2019Uri Barashhttps://myignite.techcommunity.microsoft.com/sessions/810603002019-11-08T17:30:00Z45Fri, Nov8, 10:30 AM-11:15 AMFocused
Ignite 2018Manoj Rahejahttps://azure.microsoft.com/resources/videos/ignite-2018-azure-data-explorer-%E2%80%93-query-billions-of-records-in-seconds/20020Focused