Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Issues with Update using Cross Apply

$
0
0
[code language="sql"]UPDATE t
SET  response_sol_id = x.[solicitation_id]
FROM #temp_stp t
   CROSS apply (SELECT P.solicitation_id
       FROM&

Viewing all articles
Browse latest Browse all 3145

Trending Articles