Article

sql server中实现mysql的find_in_set函数

sql 复制代码
CHARINDEX(CAST(字段1), 字段2) > 0
评论
0 条评论