Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, October 15, 2017

T-SQL Help on same table join

SQLServerCentral » Latest topics
T-SQL Help on same table join
Hi  SQL View  

SELECT  a.Name , Q0.Value, Q.1.Value,Q2.Value
FROM A with (nolock) 
Left Outer join B AS Q0 ON Q0.FK_ID = A.ID   

No comments: