📅  最后修改于: 2020-11-21 08:37:46             🧑  作者: Mango
Field(str,str1,str2,str3,….)是MySQL的Sring函数。此方法返回字符串的索引。
select field(str,str1,str2,str3,...)
Selct field('a','b','c','d','a');
输出:
Selct field(4,1,2,3,5,4,6);
输出:
Selct field(12,1,2,3,4,6);
输出: