CBMS Final CreatingBasicSQLSyntax
CBMS Final CreatingBasicSQLSyntax
287
CBMS HANDBOOK
SELECT * Logical
Description
Operators
FROM hpq_mem
For an observation to be selected, all the
WHERE reln=1; AND
specified conditions must be true.
For an observation to be selected at least
SELECT hpq_mem.*, hsize OR
one of the conditions must be true.
FROM hpq_mem, hpq_hh For an observation to be selected the
NOT
WHERE hpq_hh.hcn=hpq_mem.hcn AND specified condition must be false.
reln=1;
288
DATA PROCESSING
289