WHERE (Transact-SQL)
SQL Server 2005
Specifies the search condition for the rows returned by the query.
Transact-SQL Syntax Conventions
- < search_condition >
-
Defines the condition to be met for the rows to be returned. There is no limit to the number of predicates that can be included in a search condition. For more information about search conditions and predicates, see Search Condition (Transact-SQL).
