MySQL ELT Function

MySQL ELT is one of the String Functions, which returns the string expression or str value at the index position specified in the first argument. The basic syntax of it is as shown below: SELECT ELT (Value, Str1, Str2,….,StrN) FROM Source The above string ELT returns Str1 to StrN based on the index position given at the … Read more