In 'Joins between classes' in Section 5 of the tutorial we have, in

Bruce Momjian <bruce@momjian.us>

Commit: 36da236eb313384a8996f2bfd4b51117c34e9344
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-12-12T16:47:52Z
Releases: 7.1.1
In 'Joins between classes' in Section 5 of the tutorial we have, in
the first paragraph:

    As an example, say we wish to find all the records that
    are in the  temperature  range  of  other records. In
    effect, we need to compare the temp_lo and temp_hi
    attributes of each EMP instance to the temp_lo and
    temp_hi  attributes of all other EMP instances.

I believe that EMP should read WEATHER, as the example query that
follows joins WEATHER to itself.

EMP is often used in Oracle examples.

Regards,
Graham

Other RULE cleanups

Files

PathChange+/−
doc/src/sgml/query.sgml modified +3 −3
doc/src/sgml/ref/create_rule.sgml modified +3 −3