
FIND
MATCHING
"1ddd"
Accepts
an
integer
b et
w
een
1000
and
1999.
Can
also
b e
expressed
as
\1000:1999".
MATCHING
"[d]
[d!:dd]
b*
[AM,PM]"
Accepts
a
time
suc
h
as
\3:00
PM"
or
\12:00".
MATCHING
"{1:7}
{0:7}*
b*"
Accepts
a
n
um
b er
greater
than
zero
with
at
least
one
digit
and
no
leading
zeros,
suc
h
as
\2047",
or
\1",
or
\74".
MATCHING
"ddd-dd-ddddb"
Accepts
an
y
so cial
securit
y
n
um
b er,
suc
h
as
\044-24-0474".
MATCHING
"[(ddd)]
ddd-dddd
b*"
Accepts
a
phone
n
um
b er
with
an
optional
area
co de.
T
able
3-2
summarizes
the
op erators
allo
w
ed
in
a
MA
TCHING
pattern.
T
able
3-2.
MA
TCHING
P
attern
Operators
OPERA
TOR
FUNCTION
EXAMPLE
!
T
ransparency
op erator
allows
use
of
an
y
sp ecial
MA
TCHING
c
haracters
as
an
elemen
t
in
the
pattern.
MATCHING
"!u,!d,!,,!!"
accepts
an
y
of
the
v
alues
"u" ,
"d" ,
","
or
"!" .
,
Choice
of
subpatterns,
an
y
one
of
whic
h
satises
the
matc
h.
MATCHING
"A,B,dd"
accepts
v
alues
suc
h
as
"A" ,
"B"
and
"22" .
:
Range
of
single
c
haracters
in
ascending
ASCI I
order,
an
y
one
of
whic
h
satises
the
matc
h.
MATCHING
"2:6"
accepts
the
v
alues
"2" ,
"3" ,
"4" ,
"5"
or
"6" .
{
}
Grouping
(required)
requires
one
o ccurrence
of
an
y
pattern
within
braces.
MATCHING
"{A,B}dd{%,d}"
accepts
"A223" ,
"B34%" ,
"A795"
and
so
forth.
[]
Grouping
(optional)
allo
ws
zero
or
1
o ccurrence
of
an
y
item
in
a
pattern
within
brac
k
ets
[
].
MATCHING
"[A,B]dd[%,d]"
accepts
"24" ,
"A99" ,
"10%" ,
"123"
and
so
forth.
+
Rep etition
(required)
requires
one
or
more
o ccurrences
of
a
preceding
item,
or
a
pattern
within
braces
f
g .
MATCHING
"Xd+"
accepts
v
alues
suc
h
as
"X1" ,
"X22" ,
"X3334789"
and
so
forth,
but
not
"X" .
MATCHING
"{d,a}+"
accepts
v
alues
suc
h
as
"11"
"A23" ,
"acb" ,
"33ABC9"
.
*
Rep etition
(optional)
allows
zero
or
more
o ccurrences
of
a
preceding
item
or
a
pattern
within
braces
f
g .
MATCHING
"Xd*"
accepts
v
alues
suc
h
as
"X" ,
"X1" ,
"X22"
and
"X3334789" .
MATCHING
"{d,a}*"
accepts
a
n
ull
v
alue,
or
suc
h
v
alues
as
"11" ,
"A23" ,
"acb"
or
"33ABC9" .
3-40
QUERY/V
COMMANDS
Содержание QUERY
Страница 10: ......
Страница 17: ...Figure 1 1 ORDERS Data Base Structure Figure 1 2 Sample Entry Values INTRODUCING QUERY V 1 7 ...
Страница 20: ...Figure 1 3 IMAGE QUERY Environments 1 10 INTRODUCING QUERY V ...
Страница 36: ......
Страница 165: ...REPORT G1 GROUP TITLE 11 END QUERY V COMMANDS 3 129 ...
Страница 199: ...XEQ TF TOTAL DUE 9 SPACE B2 SKIP A TF R0 70 E2 S PURCH DATE END QUERY V COMMANDS 3 163 ...
Страница 200: ......
Страница 244: ......
Страница 278: ......
Страница 279: ...G ASCII CHARACTER SET This appendix is not available in this edition ASCII CHARACTER SET G 1 ...
Страница 280: ......