I have a string in the form $string = 'London,Paris,Birmingham'
and I want to search multiple columns for occurences of these values.
For example WHERE events.name, events.cities, events.counties IN (".($string).")
Can someone recommend me a simple and short way of doing something like this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…