File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
+ <xref linkend="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;
You can’t perform that action at this time.
0 commit comments