select * from table where a<>b and ltrim(a,'(') <> ltrim (b,'(')ltrim(str1,str2) 函数 是把 str1中 左边含有 str2 的字符去掉
所以 他只能取 第1 个 “(” 后的字段只是个思路  看看能不能实现