select xx from xxx where xx in ( )
我需要把 'a,b,c' => 'a','b','c'
我需要把 'a,b,c' => 'a','b','c'
1
keithellis Jul 9, 2014
find_in_set() ?
|
2
coolicer OP @keithellis 我解决了,网 上找了2个自定义函数
|