Aggregate Inline filters in SQL

InstructorTyler Clark

Share this video with your friends

Send Tweet

Imagine instead of filtering all returned rows of data with the WHERE clause (which affects the other selected out columns) you only filtered the data for one aggregate function in the select. The inline filter clause can target only one column, giving you the ability to pull out filtered and unfiltered columns with one select statement.