Activity overview
Latest activity by mspiegel
Thanks for the info.
Actually the MERGE statements exists in SQL Server since 2008.
Cheers / comments
Thanks for the info.
Actually the MERGE statements exists in SQL Server since 2008.
Cheers
Not possible to proper format a MERGE statement
Not possible to proper format a MERGE statement.
Please see following snippet:MERGE [X] AS L
USING
(
SELECT
[X]
FROM
...