Home » MySQL String ELT() Function

MySQL String ELT() Function

by Online Tutorials Library

MySQL ELT() Function

Elt() function is a Sring function of MySQL. This method Nth element from the list of string.

Syntax

Example 1

Output:

MySQL String ELT() Function

Example 2

Output:

MySQL String ELT() Function

Next TopicMySQL String

You may also like