~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/string/other.rst

  • Committer: vjsamuel1990 at gmail
  • Date: 2011-09-15 13:58:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2420.
  • Revision ID: vjsamuel1990@gmail.com-20110915135814-9iflea40g33mgty9
Fixed typo in other.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
.. code-block:: mysql
95
95
        
96
 
        SELECT REPLACE('wwww.google.com', 'w', 'v');
 
96
        SELECT REPLACE('www.google.com', 'w', 'v');
97
97
 
98
98
Returns: vvv.google.com
99
99