December 9, 2009

(0) Comments

mysql CHAR_LENGTH(str) function

admin

CHAR_LENGTH(str) function Returns the length of the string str, measured in characters. A multi-byte character counts as a single character

Read More...

July 9, 2009

(0) Comments

mysql CONCAT(str1,str2,…) string concatenation function

admin

Returns the string that results from concatenating the arguments to gother. May have one or more arguments…

Read More...

May 24, 2009

(0) Comments

mysql ASCII function

admin

mysql ASCII function

mysql ASCII function keyword is used to return the numeric value of the leftmost character of the string …

Read More...

May 9, 2009

(0) Comments

mysql BIT_LENGTH(str) function

admin

BIT_LENGTH(str) function Returns the length of the string str in bits …

Read More...

March 15, 2009

(0) Comments

mysql SUBSTRING function keyword

admin

mysql SUBSTRING() function

mysql SUBSTRING function keyword to split the string for a field into sub strings …

Read More...