Expand description
MySQL-compatible FIELD function implementation.
FIELD(str, str1, str2, str3, …) - Returns the 1-based index of str in the list. Returns 0 if str is not found or is NULL.
Structs§
- Field
Function - MySQL-compatible FIELD function.
Constants§
- NAME 🔒