From b08e00b2ae8e56548ee1315a1262768a53ccc323 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 13 Feb 2001 21:13:11 +0000 Subject: [PATCH] Fix tag. --- doc/src/sgml/queries.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index e0f02bb503..948aa4849b 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -1,4 +1,4 @@ - + Queries @@ -747,7 +747,7 @@ SELECT select_list FROM table_expression column1, etc., refer to select list columns. These can be either the output name of a column (see - linkend="queries-column-labels">) or the number of a column. Some + ) or the number of a column. Some examples: SELECT a, b FROM table1 ORDER BY a; -- GitLab