SPLIT("hello,world,yes,a",",")=["hello","world","yes","a"]这里面有a则执行这个条件,具体应该怎么写?
INARRAY('a',SPLIT("hello,world,yes,a",","))>0