please dont rip this site

WHERE Clause

The WHERE clause specifies which rows in the virtual table defined by the FROM clause make up the resulting rowset. The WHERE clause requires a search condition (that is, one or more predicates combined with AND, OR and NOT) that filters out rows for which the search condition is false.

High-Level Syntax

WHERE Search_Conditions

Search_Conditions is composed of one or more predicates combined with AND, OR, and NOT. It specifies the conditions that rows must satisfy to belong to the resulting rowset. The rowset only includes rows in which all the predicates evaluate to TRUE.

Precedence Rules

When the search condition consists of statements enclosed in parentheses, expressions in parentheses are evaluated first. After the parenthetical expressions are evaluated, the following rules apply:

Note:

It is illegal to place NOT before content query predicates (CONTAINS and FREETEXT). The following statement is illegal:
SELECT FileName FROM SCOPE() WHERE NOT CONTAINS ('search')>0

The following statement is legal:

SELECT FileName FROM SCOPE() WHERE CONTAINS ('search')>0 AND NOT CONTAINS ('foo')>0

Predicates

A predicate is an expression that asserts a fact about values.

For more information about the predicates you can use with the WHERE clause, see:


© 1997 by Microsoft Corporation. All rights reserved.


file: /Techref/language/asp/ix/ixsewhr.htm, 3KB, , updated: 1997/9/29 03:23, local time: 2024/7/16 23:18,
TOP NEW HELP FIND: 
18.216.3.58:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/asp/ix/ixsewhr.htm"> SQL Access to Index Server Data: Where Clause</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .