MySQL SUBSTRING() FunctionThe substring() is a String function of MySQL. This function returns the substring from the given string. SyntaxParameter:Str: Main string Len: length for substring Pos: position the start the substring from the given string. Example 1Output: ![]() Example 2Output: ![]() Example 3Output: ![]() Example 4Output: ![]()
Next TopicMySQL String
|