sql server 2008 - sql left join with distinct correct? - Stack Overflow

sql server 2008 - sql left join with distinct correct? - Stack Overflow

瀏覽:1110
日期:2025-11-19
I think what you're looking for is order by, not group by, and I also fixed your query : select t2.userfld1, t2.status, t2.description, t1.createdate, t1.contact ......看更多