|
1 | | -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.3 2001/02/10 08:30:13 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.4 2001/02/13 21:13:11 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="queries"> |
4 | 4 | <title>Queries</title> |
@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression |
747 | 747 | </synopsis> |
748 | 748 | <replaceable>column1</replaceable>, etc., refer to select list |
749 | 749 | columns. These can be either the output name of a column (see |
750 | | - linkend="queries-column-labels">) or the number of a column. Some |
| 750 | +<xreflinkend="queries-column-labels">) or the number of a column. Some |
751 | 751 | examples: |
752 | 752 | <programlisting> |
753 | 753 | SELECT a, b FROM table1 ORDER BY a; |
|