Expand description
MySQL-compatible ELT function implementation.
ELT(N, str1, str2, str3, …) - Returns the Nth string from the list. Returns NULL if N < 1 or N > number of strings.
Structs§
- EltFunction
- MySQL-compatible ELT function.
Constants§
- NAME 🔒