sql小知識點

1】sql去重複

select * from View where SfzId in
(select SfzId from View group by SfzId having count(1)<2)
View Code
相關文章
相關標籤/搜索