Module field

Module field 

Source
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§

FieldFunction
MySQL-compatible FIELD function.

Constants§

NAME 🔒