~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-09-15 18:05:14 UTC
  • mfrom: (2414.5.3 update-docs)
  • Revision ID: me@mark.atwood.name-20110915180514-vii49ka3heb7gbkw
mergeĀ lp:~vjsamuel/drizzle/more-doc-fixes

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