sql小知识点

1】sql去重复

select * from View where SfzId in
(select SfzId from View group by SfzId having count(1)<2)
View Code
相关文章
相关标签/搜索