projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60261de
)
Fix tag.
author
Peter Eisentraut
Tue, 13 Feb 2001 21:13:11 +0000
(21:13 +0000)
committer
Peter Eisentraut
Tue, 13 Feb 2001 21:13:11 +0000
(21:13 +0000)
doc/src/sgml/queries.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/queries.sgml
b/doc/src/sgml/queries.sgml
index e0f02bb50381a70ae96fa7cd685a55fda1e06fd3..948aa4849bcd38bc99ac5a66d71c1a01786bacd7 100644
(file)
--- 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
+
linkend="queries-column-labels">) or the number of a column. Some
examples:
SELECT a, b FROM table1 ORDER BY a;