UntitledCONCATConcatenate two or more strings into a single string.CONCAT_WSReturn a single string by concatenating multiple strings separated by a specified separator.INSTRReturn the position of the first occurrence of a substring in a string.LENGTHGet the length of a string in bytes.CHAR_LENGTHReturn the length of a string measured in characters.LEFTGet a specified number of leftmost characters from a string.LOWERReturn a string converted to lowercase.LOCATEReturn the position of a substring within a given string starting at a specified position.LTRIMRemove all leading spaces from a string.REPLACEReplace all occurrences of a substring in a string with a new one.REPEATRepeat a string a specified number of time.REVERSEReverse a string.RIGHTGet a specified number of rightmost characters from a string.RTRIMRemove all trailing spaces from a string.SUBSTRINGExtract a substring starting from a position with a specific length.SUBSTRING_INDEXReturn a substring from a string before a specified number of occurrences of a delimiter.TRIMRemove unwanted characters from a string.FIND_IN_SETFind a string within a comma-separated list of strings.FORMATFormat a number with a specific locale, rounded to the number of decimals.UPPERConvert a string to uppercase.MySQL INSERT() Function