Skip to content
Snippets Groups Projects
Commit b08e00b2 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix tag.

parent 60261de8
No related branches found
No related tags found
No related merge requests found
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.3 2001/02/10 08:30:13 tgl Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/queries.sgml,v 1.4 2001/02/13 21:13:11 petere Exp $ -->
<chapter id="queries"> <chapter id="queries">
<title>Queries</title> <title>Queries</title>
...@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression ...@@ -747,7 +747,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
</synopsis> </synopsis>
<replaceable>column1</replaceable>, etc., refer to select list <replaceable>column1</replaceable>, etc., refer to select list
columns. These can be either the output name of a column (see columns. These can be either the output name of a column (see
linkend="queries-column-labels">) or the number of a column. Some <xref linkend="queries-column-labels">) or the number of a column. Some
examples: examples:
<programlisting> <programlisting>
SELECT a, b FROM table1 ORDER BY a; SELECT a, b FROM table1 ORDER BY a;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment