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 $ -->
22
33<chapter id="queries">
44 <title>Queries</title>
@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
747747</synopsis>
748748 <replaceable>column1</replaceable>, etc., refer to select list
749749 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
751751 examples:
752752<programlisting>
753753SELECT a, b FROM table1 ORDER BY a;
You can’t perform that action at this time.
0 commit comments