Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7332e8 commit bb46756Copy full SHA for bb46756
doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.218 2004/08/18 03:06:56 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.219 2004/09/28 10:18:22 neilc Exp $
3
PostgreSQL documentation
4
-->
5
@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
7187
</programlisting>
7188
A similar query (obtained by substituting <literal>DESC</literal>
7189
for <literal>ASC</literal> in the query above) can be used in the
7190
- place of <function>max()</function>).
+ place of <function>max()</function>.
7191
</para>
7192
7193
<para>
0 commit comments