Changes

Manipulating Text in MySQL

406 bytes added, 17:04, 29 October 2007
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[MySQL Calculations and Concatenations|Previous]]<td align="center">[[MySQL Essentials|Table of Contents]]<td width="20%" align="right">[[MySQL Mathematical Functions|Next]]</td>
<tr>
<td width="20%">MySQL Calculations and Concatenations<td align="center"><td width="20%" align="right">MySQL Mathematical Functions</td>
</table>
<hr>
 
 
MySQL provides a number of built-in functions that can be used to both manipulate text values, and also to perform mathematical calculations on numerical values. The purpose of this chapter is to provide an overview of these functions.