
FIND
T
able
3-1.
FIND
Command
Relational
Operators
OPERA
TOR
MEANING
=
IS
IE
EQ
is
equal
to
(Multiple
values
may
b e
used
with
these
op erators.)
#
<>
ISNOT
INE
NE
is
not
equal
to
(Multiple
values
may
b e
used
with
these
op erators.)
<
ILT
LT
is
less
than
>=
INLT
GE
is
not
less
than
(is
greater
than
or
equal
to)
>
IGT
GT
is
greater
than
<=
INGT
LE
is
not
greater
than
(is
less
than
or
equal
to)
IB
value
1
,
value
2
is
b et
w
een
(and
including)
value
1
and
value
2
Note:
The
op erators
<>,
<=,
and
>=
cannot
ha
v
e
an
y
interv
ening
spaces
(em
b edded
blanks).
U
and
X
Type
V
alues
When
en
tering
v
alues
for
X
and
U
t
yp e
data
items,
the
v
alues
m
ust
app ear
exactly
as
the
data
w
as
originally
en
tered.
F
or
example,
if
the
data
item
STREET-ADDRESS
has
a
v
alue
with
three
spaces
b et
w
een
the
street
n
um
b er
and
name,
y
ou
m
ust
en
ter
those
spaces
or
QUER
Y
will
not
nd
the
item.
Leading
blanks
m
ust
also
b e
en
tered
if
they
app ear
in
the
item.
Since
blanks
or
spaces
are
sp ecial
c
haracters,
all
suc
h
v
alues
m
ust
b e
enclosed
in
quotation
marks.
Logical
Connectors
T
o
make
more
than
one
comparison
for
eac
h
en
try
selected,
y
ou
connect
relations
with
the
logical
connectors
AND
or
OR.
The
AND
connector
instructs
QUER
Y
to
select
only
those
en
tries
whose
data
item
v
alues
satisfy
the
relations
on
b oth
sides
of
the
AND.
The
OR
connector
indicates
that
the
en
tries
are
selected
if
one
(or
b oth)
of
the
t
w
o
relations
on
either
side
of
the
OR
is
satised
Both
t
yp es
of
logical
connectors
can
app ear
in
a
FIND
command.
All
relations
connected
with
AND
are
examined
as
if
they
w
ere
surrounded
b
y
paren
thesis.
An
y
relation
or
set
of
relations
separated
from
others
b
y
OR
are
compared
to
the
data
en
try
and
the
en
try
is
selected
if
the
relations
are
true.
F
or
example,
the
command:
>FIND
A
=
3
AND
B
=
4
OR
C
IGT
9
END
lo
cates
all
en
tries
with
b oth
A
equal
to
3
and
B
equal
to
4
as
w
ell
as
all
en
tries
con
taining
a
C
v
alue
greater
than
9.
The
command:
>FIND
A
=
3
OR
A
=
2
AND
B
=
5
AND
C
=
8
OR
B
=
9
END
lo
cates
all
en
tries
with
either
A
equal
to
3
or
A
equal
to
2
and
B
equal
to
5
and
C
equal
to
8,
or
en
tries
with
B
equal
to
9.
P
aren
theses
cannot
b e
used
in
a
command,
but
y
ou
can
create
constructs
whic
h
act
as
paren
theses
and
force
an
OR
comparison
to
take
precedence
o
v
er
an
AND
comparison.
F
or
example,
if
C n
stands
for
a
relation:
(C
1
and
C
2
)
and
C
3
QUERY/V
COMMANDS
3-33
Summary of Contents for QUERY
Page 10: ......
Page 17: ...Figure 1 1 ORDERS Data Base Structure Figure 1 2 Sample Entry Values INTRODUCING QUERY V 1 7 ...
Page 20: ...Figure 1 3 IMAGE QUERY Environments 1 10 INTRODUCING QUERY V ...
Page 36: ......
Page 165: ...REPORT G1 GROUP TITLE 11 END QUERY V COMMANDS 3 129 ...
Page 199: ...XEQ TF TOTAL DUE 9 SPACE B2 SKIP A TF R0 70 E2 S PURCH DATE END QUERY V COMMANDS 3 163 ...
Page 200: ......
Page 244: ......
Page 278: ......
Page 279: ...G ASCII CHARACTER SET This appendix is not available in this edition ASCII CHARACTER SET G 1 ...
Page 280: ......