1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix wording

This commit is contained in:
Peter Eisentraut
2021-08-06 20:55:59 +02:00
parent 2f38ec6a15
commit d3ad6566a1
4 changed files with 7 additions and 7 deletions

View File

@ -546,7 +546,7 @@ SELECT shoelace.sl_name, shoelace.sl_avail,
<para>
Now we want to write a query that finds out for which shoes currently in the store
we have the matching shoelaces (color and length) and where the
total number of exactly matching pairs is greater or equal to two.
total number of exactly matching pairs is greater than or equal to two.
<programlisting>
SELECT * FROM shoe_ready WHERE total_avail &gt;= 2;