Sybase 12.5.1 User Manual page 69

Historical server
Table of Contents

Advertisement

User's Guide
– passes values that are not equal to any value in a list of
neq
values. That is, a value passes the filter if it is not equal to the first
filter value, not equal to the second filter value, and not equal to any
other value in the list. Specify the list of values in the value_spec
parameter.
– passes values that fall inside a range of values. Specify the
range
ranges in the value_spec parameter.
– passes a specified number of values that are the highest values
top
received for the data item during a sample interval. For example, a
top 10 filter passes the 10 rows of a sample that have the highest
values for the data item.
value_spec
specifies values for the filter tests. The syntax depends on the value of
filter_type:
If filter_type is
value_spec syntax is
or
value1[, value2]...
eq
neq
See "Using wildcards" on page 56 for information about
using a wildcard character (%) when valuen is a character
string. See "Specifying filters on object name and
procedure name" on page 56 for information on specifying
a value for the Object Name and Procedure Name data
items.
To specify values greater than or equal to a low bound:
range
low
To specify values less than or equal to a high bound:
high
To specify values greater than or equal to a low bound and
less than or equal to a high bound:
low
See "Specifying filters on object name and procedure
name" on page 56 for information on specifying a value for
the Object Name and Procedure Name data items. If you are
specifying both an upper and lower bound for either of these
data items, each bound must have the same number of
subcomponents.
value
top
where value is the number of items to be passed. It must be
greater than zero.
CHAPTER 4
,value
,value
,value1,
,value2
high
Command Reference
55

Advertisement

Table of Contents
loading

Table of Contents