File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.33 2005/01/22 22:56:36 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/queries.sgml,v 1.34 2005/05/08 03:08:05 momjian Exp $ -->
22
33<chapter id="queries">
44 <title>Queries</title>
@@ -34,7 +34,7 @@ SELECT <replaceable>select_list</replaceable> FROM <replaceable>table_expression
3434 </para>
3535
3636 <para>
37- The simplest kind of query has the form
37+ A simple kind of query has the form
3838<programlisting>
3939SELECT * FROM table1;
4040</programlisting>
Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.86 2005/04/28 21:47:10 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.87 2005/05/08 03:08:05 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -47,7 +47,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of:
4747 <title>Description</title>
4848
4949 <para>
50- <command>SELECT</command> retrieves rows from one or more tables.
50+ <command>SELECT</command> retrieves rows from zero or more tables.
5151 The general processing of <command>SELECT</command> is as follows:
5252
5353 <orderedlist>
You can’t perform that action at this time.
0 commit comments