Wednesday, 10 July 2013

MySQL - String Functions

Hi Everyone, Here are the some of the string functions in MySQL . Before we start we should keep below points in mind. String functions return NULL, if the length of the result would be greater than the value of the max_allowed_packet system variable. For functions that operate on string positions, the first position is numbered 1. For functions that take length arguments, non-integer arguments are rounded to the nearest integer. ...