Popular Posts

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

Monday, November 13, 2017

Delete syntax not working

SQLServerCentral » Latest topics
Delete syntax not working
hi,
Here is the delete syntax but it is not working even though all the conditions satisfy. What is the issue?

DELETE [MPNM]
    FROM [NolMatch] AS [MPNM]
    JOIN [Devices] AS [lastload]
&n

No comments: