Skip to content
Snippets Groups Projects
Commit 86bc2d91 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Correct substring() example, found by Thomas T. Thai.

parent 42748087
No related branches found
No related tags found
No related merge requests found
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.62 2001/06/19 22:39:08 tgl Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.63 2001/07/03 02:42:18 momjian Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -851,7 +851,7 @@ ...@@ -851,7 +851,7 @@
</indexterm> </indexterm>
</entry> </entry>
<entry>substring('Thomas' from 2 for 3)</entry> <entry>substring('Thomas' from 2 for 3)</entry>
<entry>oma</entry> <entry>hom</entry>
</row> </row>
<row> <row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment