SQL Server 2019: Error while trying to use OUTPUT clause with MERGE statement
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-05
sql-server merge output-clause audit
I'm encountering an issue while attempting to use the OUTPUT clause with a MERGE statement in SQL Server 2019. The goal is to capture the changes made during th...