MDX Search Condition

OLE DB Programmer's Reference

<search_condition> ::= <boolean_term>                      | <search_condition> {OR | XOR} <boolean_term> <boolean_term> ::= <boolean_factor> | <boolean_term> AND <boolean_factor> <boolean_factor> ::= [NOT] <boolean_primary> <boolean_primary> ::= <value_expression> <comp_op> <value_expression>                     | ISEMPTY(<value_expression>)                     | (<search_condition>) <comp_op> ::= <equals_operator>             | <not_equals_operator>             | <less_than_operator>             | <greater_than_operator>             | <less_than_or_equals_operator>             | <greater_than_or_equals_operator> <equals_operator> ::= = <not_equals_operator> ::= <> <greater_than_operator> ::= > <less_than_operator> ::= < <greater_than_or_equals_operator> ::= >= <less_than_or_equals_operator> ::= <=

1998-2001 Microsoft Corporation. All rights reserved.



Microsoft Ole Db 2.0 Programmer's Reference and Data Access SDK
Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
ISBN: 0735605904
EAN: 2147483647
Year: 1998
Pages: 1083

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net