|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.43 2005/10/15 20:12:33 neilc Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.44 2005/10/22 14:44:35 alvherre Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="rules"> |
4 | 4 | <title>The Rule System</title> |
@@ -553,7 +553,7 @@ SELECT shoelace.sl_name, shoelace.sl_avail, |
553 | 553 | </para> |
554 | 554 |
|
555 | 555 | <para> |
556 | | -No we want to write a query that finds out for which shoes currently in the store |
| 556 | +Now we want to write a query that finds out for which shoes currently in the store |
557 | 557 | we have the matching shoelaces (color and length) and where the |
558 | 558 | total number of exactly matching pairs is greater or equal to two. |
559 | 559 |
|
|