Where Filter
The SELECT statement returns all rows in one or more columns in a table or view. A WHERE clause is used to select rows that meets a given condition. The following comparison and logical operators are used to create the WHERE condition. Operator Description = Equals > Greater than < Less than >= Greater than … Where Filter