How to remove duplicates based on 2 rows?

前端 未结 0 328
一生所求
一生所求 2020-12-05 04:29
select to3.Name, tb.BusStopID 
        from tbl_route tr 
inner join tbl_operatorrouterelation to2 
        on tr.RouteID = to2.RouteID 
inner join tbl_operatordesc          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题